Chromium Code Reviews
DescriptionImplement extended syntax for AVC/h264 unit tests
Currently supported syntax is just a string of space-
separated NALU types. Each NALU is currently placed in a
separate subsample. This change introduces comma as an
additional separator. NALUs separated by commas will be
placed in the same subsample. NALU groups separated by
spaces will be placed in separate subsamples.
For example: "AUD,SEI SPS" means there will be two
subsamples. AUD and SEI in first subsample, SPS in second.
I'm planning to use this new syntax to implement a unit test for https://codereview.chromium.org/591713002/
BUG=
Committed: https://crrev.com/8da014420d48fd96b61dadd894ffda97b9ea895e
Cr-Commit-Position: refs/heads/master@{#298620}
Patch Set 1 #Patch Set 2 : #
Total comments: 12
Patch Set 3 : Addressed code review feedback #Messages
Total messages: 8 (2 generated)
|