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
Remove broken assert. ebml_read_element_id can handle level_up set to NULL.
Originally committed as revision 9621 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alex Beregszaszi
18 years ago
parent
af0f371246
commit
51ce035e82
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libavformat/matroskadec.c
+ 0
- 2
libavformat/matroskadec.c
View File
@@ -310,8 +310,6 @@ ebml_peek_id (MatroskaDemuxContext *matroska,
{
uint32_t id;
assert(level_up != NULL);
if (ebml_read_element_id(matroska, &id, level_up) < 0)
return 0;
Write
Preview
Loading…
Cancel
Save