]> git.sesse.net Git - ffmpeg/commit
avformat/ivfenc: Change the length fields to 32 bits
authorRaphaël Zumer <rzumer@tebako.net>
Wed, 2 Oct 2019 13:04:59 +0000 (09:04 -0400)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Wed, 9 Oct 2019 01:44:41 +0000 (21:44 -0400)
commitd3807467b2587ea720f32933d44b9dac5ecda66b
tree64295125ec611133fa8f664947b1753c585ac1cb
parenteeb1c515a867489fd4fab4c7c1636176e602976d
avformat/ivfenc: Change the length fields to 32 bits

There is no change in the encoded bitstream, but this
ensures that the written field length is consistent
with the reference implementation.

Unused bytes are zeroed out for backwards compatibility.

Signed-off-by: Raphaël Zumer <rzumer@tebako.net>
libavformat/ivfenc.c