From d58e0af55c1dfb7fdfe6a757ccb81a0f40bf2488 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 6 Oct 2023 11:26:53 +0200 Subject: [PATCH] avcodec/mlpdec: set extended_substream_info from header To be used later. --- libavcodec/mlpdec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/mlpdec.c b/libavcodec/mlpdec.c index a24ae0be8f..572509e1be 100644 --- a/libavcodec/mlpdec.c +++ b/libavcodec/mlpdec.c @@ -391,6 +391,7 @@ static int read_major_sync(MLPDecodeContext *m, GetBitContext *gb) m->access_unit_size_pow2 = mh.access_unit_size_pow2; m->num_substreams = mh.num_substreams; + m->extended_substream_info = mh.extended_substream_info; m->substream_info = mh.substream_info; /* If there is a 4th substream and the MSB of substream_info is set,