Improved text in comments and commit message.
Regenerated checksums after fix for bitexactness in auxiliary data
due to version string.
Christophe Gisquet (2):
vc2enc: prevent random data
vc2: fate tests
libavcodec/vc2enc.c | 5 +
tests/fate/vcodec.mak
The encoder was leaving uninitialized data in the padding of slices,
while the specs seem to mandate the use of 0xFF. This is also the case
for the slice prefix, but it seems completely unused.
To validate this, classical vsynth encoding/decoding fate tests for
all supported chroma formats are add