Descriptionmedia: Handling YV12 odd height/width in vpx_video_decoder
vpx_video_decoder does not allow odd videos with odd height/width
to playback since it is not valid YV12. But ffmpeg currently
supports it by merely rounding up (and so does the libvpx library).
Changing vpx_video_decoder to behave the same way as ffmpeg and
getting rid of the Checks.
BUG=315817
TEST=media_unittests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238237
Patch Set 1 #Patch Set 2 : pipeline integration test #Patch Set 3 : updating README #Patch Set 4 : renaming test file #
Total comments: 2
Patch Set 5 : rebase, addressing comments #Messages
Total messages: 11 (0 generated)
|