changeset 1156:48efa413ac81 libavcodec

AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)
author michaelni
date Fri, 28 Mar 2003 14:05:55 +0000
parents c85d33c011ab
children 57fe9c4e0c6e
files dv.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dv.c	Wed Mar 26 23:25:18 2003 +0000
+++ b/dv.c	Fri Mar 28 14:05:55 2003 +0000
@@ -719,6 +719,7 @@
 	return -1; /* Unsupported quantization */
 
     avctx->sample_rate = dv_audio_frequency[freq];
+    avctx->channels = 2;
     // What about:
     // avctx->bit_rate = 
     // avctx->frame_size =