[Ffmpeg-cvslog] r6965 - trunk/libavformat/matroska.c

aurel subversion
Sat Nov 11 01:56:27 CET 2006


Author: aurel
Date: Sat Nov 11 01:56:27 2006
New Revision: 6965

Modified:
   trunk/libavformat/matroska.c

Log:
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


Modified: trunk/libavformat/matroska.c
==============================================================================
--- trunk/libavformat/matroska.c	(original)
+++ trunk/libavformat/matroska.c	Sat Nov 11 01:56:27 2006
@@ -2383,7 +2383,7 @@
                     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");




More information about the ffmpeg-cvslog mailing list