Commit 051ef5ce authored by Aurelien Jacobs's avatar Aurelien Jacobs

matroskadec: remove useless check for cluster presence

Originally committed as revision 14583 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 28ba69e0
......@@ -1305,10 +1305,6 @@ matroska_read_header (AVFormatContext *s,
return -1;
matroska_execute_seekhead(matroska);
/* Have we found a cluster? */
if (ebml_peek_id(matroska, NULL) != MATROSKA_ID_CLUSTER)
return -1;
if (matroska->duration)
matroska->ctx->duration = matroska->duration * matroska->time_scale
* 1000 / AV_TIME_BASE;
......
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