Commit e2a226d3 authored by aurel's avatar aurel

adjust comment to reality

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13647 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ef4184e8
......@@ -1028,7 +1028,7 @@ matroska_add_stream (MatroskaDemuxContext *matroska)
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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment