comparison cavsdata.h @ 5818:e0a872dd3ea1 libavcodec

Fix MJPEG decoder for AMV files. Since decoding is doing from the end and aligned by 16 previous code worked correctly only when picture height was dividable by 16, otherwise it provides garbage in top lines and truncates bottom. New code adjusts data[] pointers taking in account alignment issue.
author voroshil
date Sat, 13 Oct 2007 17:38:58 +0000
parents 2a3d31a8c66f
children 1d83e9c34641
comparison
equal deleted inserted replaced
5817:ced30500e2b1 5818:e0a872dd3ea1