Disable parsing for ogg streams where no ogg header was found,
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 30 Sep 2009 09:46:48 +0000 (09:46 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 30 Sep 2009 09:46:48 +0000 (09:46 +0000)
commitc9da676de43d778d62efb1cfa75544d770736d67
tree9785a2860b13e738012f778fecfaa49f65132f5e
parent19635234b14e3ec80c1142a33642dcac003f41ba
Disable parsing for ogg streams where no ogg header was found,
if no header was found the parser was not initialized and thus will
crash when trying to use it.

Originally committed as revision 20093 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/oggdec.c