changeset 3422:6ff296d8b284 libavformat

adjust comment to reality
author aurel
date Tue, 03 Jun 2008 15:14:21 +0000
parents 5667ba68090f
children 613aff547655
files matroskadec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/matroskadec.c	Tue Jun 03 15:09:30 2008 +0000
+++ b/matroskadec.c	Tue Jun 03 15:14:21 2008 +0000
@@ -1028,7 +1028,7 @@
 
     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");