From deb0a292b032e46fd60135985a2453471b6c225b Mon Sep 17 00:00:00 2001 From: Roman Shaposhnik Date: Fri, 28 Mar 2003 14:05:55 +0000 Subject: AVI type 1 support patch by (Roman Shaposhnick ) Originally committed as revision 1714 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/dv.c') diff --git a/libavcodec/dv.c b/libavcodec/dv.c index 6d661f4cf4..6f61242478 100644 --- a/libavcodec/dv.c +++ b/libavcodec/dv.c @@ -719,6 +719,7 @@ static int dvaudio_decode_frame(AVCodecContext *avctx, return -1; /* Unsupported quantization */ avctx->sample_rate = dv_audio_frequency[freq]; + avctx->channels = 2; // What about: // avctx->bit_rate = // avctx->frame_size = -- cgit v1.2.3