]> git.sesse.net Git - ffmpeg/commit
Update safety check as the maximum pixel size is no longer 4.
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 22 Apr 2009 01:54:05 +0000 (01:54 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 22 Apr 2009 01:54:05 +0000 (01:54 +0000)
commit445f0a8b666a34e6402f6ae96c6804c8bc024baa
tree3bd6990a2957220105e96e26e672dc0361026a42
parent97f92143423757e293079f353f0dd23f70e6ff1d
Update safety check as the maximum pixel size is no longer 4.
New max size is 16bit * 4 samples (RGBA).

Originally committed as revision 18655 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/utils.c