You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-14 22:15:12 +02:00
lavf/oggparseogm: Remove an unneeded assert.
Suggested-by: Reimar
This commit is contained in:
@ -106,7 +106,6 @@ ogm_header(AVFormatContext *s, int idx)
|
||||
size -= 4;
|
||||
}
|
||||
if (size > 52) {
|
||||
av_assert0(AV_INPUT_BUFFER_PADDING_SIZE <= 52);
|
||||
size -= 52;
|
||||
if (bytestream2_get_bytes_left(&p) < size)
|
||||
return AVERROR_INVALIDDATA;
|
||||
|
Reference in New Issue
Block a user