Update git submodules
* Update platform/cts from branch 'master'
to f01190d72cebcd4cf26617f34cc0274efac43285
- Merge "Fix encodingStatisticsLevel is not initialized"
- Fix encodingStatisticsLevel is not initialized
Because encodingStatisticsLevel is not initialized, the condition
if (streamParams.encodingStatisticsLevel !=
MediaFormat.VIDEO_ENCODING_STATISTICS_LEVEL_NONE) become true then
format.setInteger(MediaFormat.KEY_VIDEO_ENCODING_STATISTICS_LEVEL,
streamParams.encodingStatisticsLevel);
is executed, which makes the client subscribed to
VIDEO_ENCODING_STATISTICS feature with random level number.
Bug: 223965844
Test: CTS
Change-Id: I127c9d830459cf8f35f20ceb19d314442f5712a6
Loading
Please sign in to comment