diff options
author | Steve L'Homme <slhomme@divxcorp.com> | 2006-11-11 00:56:27 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2006-11-11 00:56:27 +0000 |
commit | 82bfffaf65ba92e0ac717913c8a7ad8125bb8332 (patch) | |
tree | e7cefdd7d87c8915ce4ebff03f77bd674185c112 /libavformat | |
parent | 5d352ca98a22537c3710ce3ee2f86562dfcf31db (diff) | |
download | ffmpeg-streaming-82bfffaf65ba92e0ac717913c8a7ad8125bb8332.zip ffmpeg-streaming-82bfffaf65ba92e0ac717913c8a7ad8125bb8332.tar.gz |
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
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/matroska.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |