From 82bfffaf65ba92e0ac717913c8a7ad8125bb8332 Mon Sep 17 00:00:00 2001 From: Steve L'Homme Date: Sat, 11 Nov 2006 00:56:27 +0000 Subject: [PATCH] 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 Originally committed as revision 6965 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/matroska.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/matroska.c b/libavformat/matroska.c index 2329e75..758fe65 100644 --- a/libavformat/matroska.c +++ b/libavformat/matroska.c @@ -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"); -- 2.7.4