[FFmpeg-cvslog] avcodec/mlpdec: set extended_substream_info from header

Paul B Mahol git at videolan.org
Fri Oct 6 12:32:14 EEST 2023


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Oct  6 11:26:53 2023 +0200| [d58e0af55c1dfb7fdfe6a757ccb81a0f40bf2488] | committer: Paul B Mahol

avcodec/mlpdec: set extended_substream_info from header

To be used later.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d58e0af55c1dfb7fdfe6a757ccb81a0f40bf2488
---

 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,



More information about the ffmpeg-cvslog mailing list