Support >8bit per component YUV in FFV1.
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 24 Apr 2009 04:10:32 +0000 (04:10 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 24 Apr 2009 04:10:32 +0000 (04:10 +0000)
commit68f8d33becbd73b4d0aa277f472a6e8e72ea6849
tree1d06996c365f8e98471f824150fb2e081534a467
parent217d34e3070378ab55f203aad8a662238fbc902f
Support >8bit per component YUV in FFV1.
decoding becomes slower, encoding becomes faster, with gcc on duron.
some inlining overrides like av_flatten are added to keep inlining similar
to before.

Originally committed as revision 18674 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ffv1.c