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/dv1394.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice/dv1394.c') diff --git a/libavdevice/dv1394.c b/libavdevice/dv1394.c index 0981eff53c..c9b7a69d6f 100644 --- a/libavdevice/dv1394.c +++ b/libavdevice/dv1394.c @@ -100,10 +100,10 @@ static int dv1394_read_header(AVFormatContext * context, AVFormatParameters * ap else dv->format = DV1394_NTSC; } -#endif if (ap->channel) dv->channel = ap->channel; +#endif /* Open and initialize DV1394 device */ dv->fd = open(context->filename, O_RDONLY); -- cgit v1.2.3