]> git.sesse.net Git - ffmpeg/commit
avformat/riffenc: correct calculation for extradata size
authorGyan Doshi <ffmpeg@gyani.pro>
Sat, 25 Jul 2020 05:09:32 +0000 (10:39 +0530)
committerGyan Doshi <ffmpeg@gyani.pro>
Sun, 26 Jul 2020 05:39:39 +0000 (11:09 +0530)
commit93694fe777d12a9432b5ceeb564631da6311ae26
tree5eca7eab8e211913b32d43898e6e42eaaab95056
parent7c8ad72f1ce2ae747edd5c3f49bb052b1586c90f
avformat/riffenc: correct calculation for extradata size

In 1ec2b3de5a, the extradata size was affected when the raster was
signaled as flipped due to user-set option rather than via extradata.
This resulted in a wrong header size being written. Fixed.
libavformat/riffenc.c