]> git.sesse.net Git - ffmpeg/commit
flicvideo: avoid an infinite loop in byte run compression
authorAnton Khirnov <anton@khirnov.net>
Thu, 14 Feb 2013 11:40:36 +0000 (12:40 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sat, 23 Feb 2013 08:22:30 +0000 (09:22 +0100)
commitddfe1246d98f70cdce368a2176196ba26ed7bf2d
treeca45eb83c54e28a254e8d7db61538221c02075de
parent067432c1c95882c7221e694f33d9f3bdbe46de7f
flicvideo: avoid an infinite loop in byte run compression

When byte_run is 0, pixel_countdown is not touched and the loop will run
forever.

CC:libav-stable@libav.org
libavcodec/flicvideo.c