提交 e8f7171a 编写于 作者: C Carl Eugen Hoyos

lavf/oggparseogm: Remove an unneeded assert.

Suggested-by: Reimar
上级 3f234a0b
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册