OSDN Git Service

Crop parameters are unsigned, having them negative could be bad and lead
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 11 Apr 2008 12:57:49 +0000 (12:57 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 11 Apr 2008 12:57:49 +0000 (12:57 +0000)
commit59eeddf063c9d5e7d0d3b57d961a2d4d02825e6f
tree790bef703cc4b78504bf2ef5d7d0375a93bcb878
parentfaf3dfb94beb18277234034331435c97d421c950
Crop parameters are unsigned, having them negative could be bad and lead
to crashes or maybe exploits (not checked at all if this is possible).

Originally committed as revision 12789 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.h