mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-19 21:40:00 +01:00
avcodec/mlp_parser: export AVCodecContext frame_size
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -165,6 +165,7 @@ static int mlp_parse(AVCodecParserContext *s,
|
||||
else
|
||||
avctx->sample_fmt = AV_SAMPLE_FMT_S16;
|
||||
avctx->sample_rate = mh.group1_samplerate;
|
||||
avctx->frame_size =
|
||||
s->duration = mh.access_unit_size;
|
||||
|
||||
if(!avctx->channels || !avctx->channel_layout) {
|
||||
|
||||
Reference in New Issue
Block a user