# HG changeset patch # User aurel # Date 1212506061 0 # Node ID 6ff296d8b28446e7ef8e6b6c0bca61fb2666581d # Parent 5667ba68090fc877cb689b7857a11c3cf966467a adjust comment to reality diff -r 5667ba68090f -r 6ff296d8b284 matroskadec.c --- 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");