]> git.sesse.net Git - ffmpeg/commit
indeo3: use put_pixels instead of put_no_rnd_pixels in copy_cell()
authorAnton Khirnov <anton@khirnov.net>
Sat, 27 Apr 2013 18:29:09 +0000 (20:29 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 30 Apr 2013 09:06:03 +0000 (11:06 +0200)
commitbda9e6d923df6d46cc5cafb30a59a01d2514fa61
tree506a9eed127f3e6c7649faf2fb3058fb989e1093
parent95220be1faac628d849a004644c0d102df0aa98b
indeo3: use put_pixels instead of put_no_rnd_pixels in copy_cell()

They are the same in this case, except put_pixels also has blocksizes
smaller than 8.
libavcodec/indeo3.c