[SCM] libav/experimental: 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

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:53:11 UTC 2013


The following commit has been merged in the experimental branch:
commit 82bfffaf65ba92e0ac717913c8a7ad8125bb8332
Author: Steve L'Homme <slhomme at divxcorp.com>
Date:   Sat Nov 11 00:56:27 2006 +0000

    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

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");

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list