]> git.sesse.net Git - ffmpeg/commit
oggdec: verify page checksum
authorLynne <dev@lynne.ee>
Tue, 28 Apr 2020 11:52:11 +0000 (12:52 +0100)
committerLynne <dev@lynne.ee>
Thu, 30 Apr 2020 22:05:48 +0000 (23:05 +0100)
commit9ad47762c17d2c6d06595aa17b88112baa91b72c
tree76708296f1a6ff8c0a2cf162708f18d575e3563e
parentf619e1ec66b89215582eff4404b681b760540b4f
oggdec: verify page checksum

This makes decoding far more robust, since OggS, the ogg magic,
can be commonly found randomly in streams, which previously made
the demuxer think there's a new stream or a change in such.
libavformat/oggdec.c