diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-04-04 13:45:45 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-04-04 13:45:45 +0000 |
commit | 6aafe463e5d1483b95ad259334c45d2741c92fb2 (patch) | |
tree | 463a55383d0006900ca7c0dbbf27465c49b11f6f /libavformat | |
parent | c9f97d8251e4c983aef846eb1e696de9f695c7d4 (diff) | |
download | ffmpeg-6aafe463e5d1483b95ad259334c45d2741c92fb2.tar.gz |
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')
-rw-r--r-- | libavformat/dv.c | 1 |
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; |