Commit adbf61ff authored by Justin Ruggles's avatar Justin Ruggles

libopencore-amr: do not set AVCodecContext.frame_size

It is not necessary
parent 0efa4073
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment