DescriptionEnable pcm_s32le audio decoding.
To accomodate this change, a new kSampleFormatS24 has been introduced.
It is only used with S24LE PCM input. FFmpeg treats pcm_s24le as an
encoded format that can be decoded into s32le samples; kSampleFormatS24
only exists on the Chrome side to distinguish FFmpeg's pcm_s24le from
pcm_s32le, both of which use Chrome's catch-all kCodecPCM codec and
the same real sample format.
BUG=557170
,internal b/22378279
TEST=media_unittests --gtest_filter=AudioBufferTest.*
media_unittests --gtest_filter=PipelineIntegrationTest.S32PlaybackHashed
Committed: https://crrev.com/ad33ab7a20ddede811d0562c45a267a1b06c1ed6
Cr-Commit-Position: refs/heads/master@{#361545}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : mojo fix #Patch Set 5 : clang formatting fixes #Patch Set 6 : more clang-format #Patch Set 7 : this time with the right version of clang-format-diff.py #Patch Set 8 : DEPS roll #
Messages
Total messages: 45 (22 generated)
|