]> git.sesse.net Git - ffmpeg/commit
Don't allow to sync on packets of zero-size length, since these are never
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 21 Mar 2009 19:19:09 +0000 (19:19 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Sat, 21 Mar 2009 19:19:09 +0000 (19:19 +0000)
commit83c0ba3dad814157f09fe5b7363623292d5d861f
treeb762e580f5dd50a9c77dd93efb53b70db73a2fd4
parente75e603c1a5d1b56b6297d2cbc1f32e6bf7b2b15
Don't allow to sync on packets of zero-size length, since these are never
valid. See "[PATCH] rmdec.c: prevent zero-length packets" thread.

Originally committed as revision 18118 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rmdec.c