AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)

Originally committed as revision 1714 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Roman Shaposhnik
2003-03-28 14:05:55 +00:00
committed by Michael Niedermayer
parent 5bf0135422
commit deb0a292b0
2 changed files with 94 additions and 22 deletions

View File

@@ -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 =