Commit 878851af authored by alex's avatar alex

Remove broken assert. ebml_read_element_id can handle level_up set to NULL.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9621 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3faa840e
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment