mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
This commit is contained in:
parent
5d352ca98a
commit
82bfffaf65
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user