changeset 99:16d27a2435e3 libavformat

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>)
author michaelni
date Fri, 04 Apr 2003 13:45:45 +0000
parents cae6ddfadf51
children fa3ebf0d0270
files dv.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dv.c	Fri Mar 28 14:05:55 2003 +0000
+++ b/dv.c	Fri Apr 04 13:45:45 2003 +0000
@@ -47,7 +47,6 @@
 
     ast->codec.codec_type = CODEC_TYPE_AUDIO;
     ast->codec.codec_id = CODEC_ID_DVAUDIO;
-    ast->codec.channels = 2;
     c->is_audio = 0;
 
     return 0;