This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
libopencore-amr: do not set AVCodecContext.frame_size
It is not necessary
tags/n0.11
Justin Ruggles
13 years ago
parent
0efa4073bf
commit
adbf61ff8a
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/libopencore-amr.c
+ 0
- 1
libavcodec/libopencore-amr.c
View File
@@ -33,7 +33,6 @@ static void amr_decode_fix_avctx(AVCodecContext *avctx)
if (!avctx->channels)
avctx->channels = 1;
avctx->frame_size = 160 * is_amr_wb;
avctx->sample_fmt = AV_SAMPLE_FMT_S16;
}
Write
Preview
Loading…
Cancel
Save