Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b25c03c2 authored by Dongwon Kang's avatar Dongwon Kang
Browse files

Add a missing MetaData assignment.

MetaData allocation was missing in Ib531ab309061290

Test: played mpeg2ts stream
Bug: 74074072
Change-Id: Ia1269f0a98202f1483334ea417c163dffe0b79ed
parent f11edb6f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -865,6 +865,7 @@ sp<ABuffer> ElementaryStreamQueue::dequeueAccessUnitAAC() {
            }
            bits.skipBits(2);  // original_copy, home

            mFormat = new MetaData;
            MakeAACCodecSpecificData(*mFormat,
                    profile, sampling_freq_index, channel_configuration);