Fix avcodec_align_dimensions to return values suitably aligned for FLV decoding
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 27 Feb 2010 21:13:22 +0000 (21:13 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 27 Feb 2010 21:13:22 +0000 (21:13 +0000)
commiteb285cfe8ef59d5242b54a69f64b9b33b4d7780d
treefb70d5a0268cd94da60512bf91209bf7c15933d6
parent1d5362031166613f3230bfa4f3ba15f73879579e
Fix avcodec_align_dimensions to return values suitably aligned for FLV decoding
with SSE and add a avcodec_align_dimensions2 taht returns the stride alignment
requirements independently from doing the width/height padding.

Originally committed as revision 22095 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/avcodec.h
libavcodec/utils.c