diff dv.c @ 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 77ccf7fe3bd0
children 35b80080b2db
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 =