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

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

Merge "Add missing assignment in AACExtractor."

parents 414ef561 06223f81
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -373,6 +373,7 @@ static MediaExtractor::CreatorFunc Sniff(
        *confidence = 0.2;

        off64_t *offPtr = (off64_t*) malloc(sizeof(off64_t));
        *offPtr = pos;
        *meta = offPtr;
        *freeMeta = ::free;