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

Commit e58e2a16 authored by Ronghua Wu's avatar Ronghua Wu Committed by Android (Google) Code Review
Browse files

Merge "stagefright: add new MediaCodec callback CB_RESOURCE_RECLAIMED."

parents 594eddf2 3b8798ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ struct MediaCodec : public AHandler {
        CB_OUTPUT_AVAILABLE = 2,
        CB_ERROR = 3,
        CB_OUTPUT_FORMAT_CHANGED = 4,
        CB_RESOURCE_RECLAIMED = 5,
    };

    struct BatteryNotifier;