Commit a43a6506 authored by aurel's avatar aurel

Fix wrong comment.

Patch by Steve Lhomme % slhomme A divxcorp P com %
Original thread:
Date: Fri, 10 Nov 2006 15:29:50 +0100
Subject: [Ffmpeg-devel] [PATCH] fix a comment


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6965 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 190f9a26
......@@ -2383,7 +2383,7 @@ matroska_parse_blockgroup (MatroskaDemuxContext *matroska,
break;
origdata = data;
/* first byte(s): blocknum */
/* first byte(s): tracknum */
if ((n = matroska_ebmlnum_uint(data, size, &num)) < 0) {
av_log(matroska->ctx, AV_LOG_ERROR,
"EBML block data error\n");
......
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