summaryrefslogtreecommitdiff
path: root/libavformat/dv.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-04-04 13:45:45 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-04-04 13:45:45 +0000
commit6aafe463e5d1483b95ad259334c45d2741c92fb2 (patch)
tree463a55383d0006900ca7c0dbbf27465c49b11f6f /libavformat/dv.c
parentc9f97d8251e4c983aef846eb1e696de9f695c7d4 (diff)
support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>)
Originally committed as revision 1731 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/dv.c')
-rw-r--r--libavformat/dv.c1
1 files changed, 0 insertions, 1 deletions
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;