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

Commit be094287 authored by Wei Jia's avatar Wei Jia
Browse files

StagefrightMetadataRetriever: add bug number for security fix.

Bug: 23680780
Change-Id: I8967eb5f12ec9ef75cb192cdf3768f8f5b3e8362
parent d9b1b54b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -147,6 +147,7 @@ static VideoFrame *extractVideoFrame(


    sp<AMessage> videoFormat;
    sp<AMessage> videoFormat;
    if (convertMetaDataToMessage(trackMeta, &videoFormat) != OK) {
    if (convertMetaDataToMessage(trackMeta, &videoFormat) != OK) {
        ALOGE("b/23680780");
        ALOGW("Failed to convert meta data to message");
        ALOGW("Failed to convert meta data to message");
        return NULL;
        return NULL;
    }
    }