OSDN Git Service

Remove check for input buffer size as it does not guarantee that
authorKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 24 Sep 2007 16:50:32 +0000 (16:50 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 24 Sep 2007 16:50:32 +0000 (16:50 +0000)
commit81fc2f37db98b3472bf997e5f302e65d75670f3e
tree5974c69e39578359d8d821622fc04c110882a863
parenta98bb16de262c95e3720081acc715a00724a65b8
Remove check for input buffer size as it does not guarantee that
decoder will not run out of output buffer bounds (and all suspected
decoders have their own checks now).

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