Loading media/libstagefright/Utils.cpp +1 −6 Original line number Diff line number Diff line Loading @@ -689,6 +689,7 @@ static std::vector<std::pair<const char *, uint32_t>> int32Mappings { { "temporal-layer-id", kKeyTemporalLayerId }, { "thumbnail-width", kKeyThumbnailWidth }, { "thumbnail-height", kKeyThumbnailHeight }, { "track-id", kKeyTrackID }, { "valid-samples", kKeyValidSamples }, } }; Loading Loading @@ -896,12 +897,6 @@ status_t convertMetaDataToMessage( msg->setInt32("is-sync-frame", 1); } // this only needs to be translated from meta to message as it is an extractor key int32_t trackID; if (meta->findInt32(kKeyTrackID, &trackID)) { msg->setInt32("track-id", trackID); } const char *lang; if (meta->findCString(kKeyMediaLanguage, &lang)) { msg->setString("language", lang); Loading Loading
media/libstagefright/Utils.cpp +1 −6 Original line number Diff line number Diff line Loading @@ -689,6 +689,7 @@ static std::vector<std::pair<const char *, uint32_t>> int32Mappings { { "temporal-layer-id", kKeyTemporalLayerId }, { "thumbnail-width", kKeyThumbnailWidth }, { "thumbnail-height", kKeyThumbnailHeight }, { "track-id", kKeyTrackID }, { "valid-samples", kKeyValidSamples }, } }; Loading Loading @@ -896,12 +897,6 @@ status_t convertMetaDataToMessage( msg->setInt32("is-sync-frame", 1); } // this only needs to be translated from meta to message as it is an extractor key int32_t trackID; if (meta->findInt32(kKeyTrackID, &trackID)) { msg->setInt32("track-id", trackID); } const char *lang; if (meta->findCString(kKeyMediaLanguage, &lang)) { msg->setString("language", lang); Loading