DescriptionSet AVDISCARD_ALL flag for disabled streams in FFmpegDemuxer
The AVDISCARD_ALL flag allows FFmpeg to not care about key frames for
disabled streams, which results in less data being read from the data
source as new tests demonstrate.
BUG=157993
Review-Url: https://codereview.chromium.org/2736073002
Cr-Commit-Position: refs/heads/master@{#455370}
Committed: https://chromium.googlesource.com/chromium/src/+/e67994a48c6c65cfef9f92ebda32baf0cf4d7018
Patch Set 1 #Patch Set 2 : Use AVDISCARD_DEFAULT instead of _NONE #Patch Set 3 : Set AV_DISCARDALL also for disabled subtitle streams and unsupported streams #Patch Set 4 : Added a test case for text track #Patch Set 5 : Added test case for the disabled video stream #Messages
Total messages: 17 (12 generated)
|