You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
mlp parser: set duration instead of frame_size
This commit is contained in:
@@ -311,7 +311,7 @@ static int mlp_parse(AVCodecParserContext *s,
|
|||||||
else
|
else
|
||||||
avctx->sample_fmt = AV_SAMPLE_FMT_S16;
|
avctx->sample_fmt = AV_SAMPLE_FMT_S16;
|
||||||
avctx->sample_rate = mh.group1_samplerate;
|
avctx->sample_rate = mh.group1_samplerate;
|
||||||
avctx->frame_size = mh.access_unit_size;
|
s->duration = mh.access_unit_size;
|
||||||
|
|
||||||
if (mh.stream_type == 0xbb) {
|
if (mh.stream_type == 0xbb) {
|
||||||
/* MLP stream */
|
/* MLP stream */
|
||||||
|
|||||||
Reference in New Issue
Block a user