[FFmpeg-cvslog] r13647 - trunk/libavformat/matroskadec.c
aurel
subversion
Tue Jun 3 17:14:21 CEST 2008
Author: aurel
Date: Tue Jun 3 17:14:21 2008
New Revision: 13647
Log:
adjust comment to reality
Modified:
trunk/libavformat/matroskadec.c
Modified: trunk/libavformat/matroskadec.c
==============================================================================
--- trunk/libavformat/matroskadec.c (original)
+++ trunk/libavformat/matroskadec.c Tue Jun 3 17:14:21 2008
@@ -1028,7 +1028,7 @@ matroska_add_stream (MatroskaDemuxContex
av_log(matroska->ctx, AV_LOG_DEBUG, "parsing track, adding stream..,\n");
- /* Allocate a generic track. As soon as we know its type we'll realloc. */
+ /* Allocate a generic track. */
track = av_mallocz(MAX_TRACK_SIZE);
track->time_scale = 1.0;
strcpy(track->language, "eng");
More information about the ffmpeg-cvslog
mailing list