You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
oggparseskeleton: avoid header parsing failure
Based on description by James Almer and the xiph wiki Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -37,6 +37,9 @@ static int skeleton_header(AVFormatContext *s, int idx)
|
||||
strcpy(st->codec->codec_name, "skeleton");
|
||||
st->codec->codec_type = AVMEDIA_TYPE_DATA;
|
||||
|
||||
if ((os->flags & OGG_FLAG_EOS) && os->psize == 0)
|
||||
return 1;
|
||||
|
||||
if (os->psize < 8)
|
||||
return -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user