comparison h264_mp4toannexb_bsf.c @ 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 679d6ccfffb0
children 6d0c5a68d559
comparison
equal deleted inserted replaced
5817:ced30500e2b1 5818:e0a872dd3ea1