OSDN Git Service

Check that the buffer size speified to avcodec_encode_audio() is not larger than...
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 8 Dec 2009 14:18:15 +0000 (14:18 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 8 Dec 2009 14:18:15 +0000 (14:18 +0000)
commit5ee05a62f968ef62198188d5c4ac68a1d20fc32d
treea847a8919985bd6615451104767fb5ad9c1b09f7
parent060b8592d2ddb92285406617cc689b08793d9c33
Check that the buffer size speified to avcodec_encode_audio() is not larger than the actual size.

Originally committed as revision 20767 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c