Loading media/libstagefright/rtsp/APacketSource.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,9 @@ static sp<ABuffer> MakeAVCCodecSpecificData( sp<ABuffer> profileLevelID = NULL; if (GetAttribute(params, "profile-level-id", &val)) { profileLevelID = decodeHex(val); CHECK_EQ(profileLevelID->size(), 3u); if (profileLevelID != NULL && profileLevelID->size() != 3u) { profileLevelID = NULL; } } Vector<sp<ABuffer> > paramSets; Loading Loading
media/libstagefright/rtsp/APacketSource.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,9 @@ static sp<ABuffer> MakeAVCCodecSpecificData( sp<ABuffer> profileLevelID = NULL; if (GetAttribute(params, "profile-level-id", &val)) { profileLevelID = decodeHex(val); CHECK_EQ(profileLevelID->size(), 3u); if (profileLevelID != NULL && profileLevelID->size() != 3u) { profileLevelID = NULL; } } Vector<sp<ABuffer> > paramSets; Loading