This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavf/oggparseogm: Remove an unneeded assert.
Suggested-by: Reimar
tags/n4.0
Carl Eugen Hoyos
7 years ago
parent
3f234a0b22
commit
e8f7171a34
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavformat/oggparseogm.c
+ 0
- 1
libavformat/oggparseogm.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save