mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-07 16:41:15 +00:00
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:
committed by
Michael Niedermayer
parent
5bf0135422
commit
deb0a292b0
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user