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

Commit 97139b2d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a missing MetaData assignment."

parents ca791b98 b25c03c2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -866,6 +866,7 @@ sp<ABuffer> ElementaryStreamQueue::dequeueAccessUnitAAC() {
            }
            bits.skipBits(2);  // original_copy, home

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