From 6aafe463e5d1483b95ad259334c45d2741c92fb2 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 4 Apr 2003 13:45:45 +0000 Subject: support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick ) Originally committed as revision 1731 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/dv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/dv.c') diff --git a/libavformat/dv.c b/libavformat/dv.c index c08bc05162..aee2279131 100644 --- a/libavformat/dv.c +++ b/libavformat/dv.c @@ -47,7 +47,6 @@ static int dv_read_header(AVFormatContext *s, ast->codec.codec_type = CODEC_TYPE_AUDIO; ast->codec.codec_id = CODEC_ID_DVAUDIO; - ast->codec.channels = 2; c->is_audio = 0; return 0; -- cgit v1.2.3