From d20576d01b6489e37813302c208df01068418bfb Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 23 May 2011 22:06:09 +0200 Subject: lavf: deprecate AVFormatParameters.channel. --- libavdevice/v4l2.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavdevice/v4l2.c') diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c index 0385a2c6c0..566ee92801 100644 --- a/libavdevice/v4l2.c +++ b/libavdevice/v4l2.c @@ -453,8 +453,10 @@ static int v4l2_set_parameters(AVFormatContext *s1, AVFormatParameters *ap) streamparm.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; +#if FF_API_FORMAT_PARAMETERS if (ap->channel > 0) s->channel = ap->channel; +#endif /* set tv video input */ memset (&input, 0, sizeof (input)); -- cgit v1.2.3