Commit 7879c6a5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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
    
parent 1b776bd5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment