]> git.sesse.net Git - ffmpeg/commit
avformat/ipmovie: put video decoding_map_size into packet and use it in decoder
authorPaul B Mahol <onemda@gmail.com>
Sun, 1 Nov 2015 16:02:26 +0000 (17:02 +0100)
committerPaul B Mahol <onemda@gmail.com>
Mon, 2 Nov 2015 07:44:05 +0000 (08:44 +0100)
commitc293ef258cbb2c058e23651a26edf46e3bc05050
tree2e3fccb306b4fb0ed855295c6caf6e466d67360a
parentdee74405312a13a96ae8259221a79a0e78ea7789
avformat/ipmovie: put video decoding_map_size into packet and use it in decoder

The size of decoding map can differ from one calculated
internally, producing artifacts while decoding video.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
libavcodec/interplayvideo.c
libavformat/ipmovie.c