forked from FFmpeg/FFmpeg
adjust comment to reality
Originally committed as revision 13647 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
94f6c011d6
commit
401cdd519c
1 changed files with 1 additions and 1 deletions
|
@ -1028,7 +1028,7 @@ matroska_add_stream (MatroskaDemuxContext *matroska)
|
||||||
|
|
||||||
av_log(matroska->ctx, AV_LOG_DEBUG, "parsing track, adding stream..,\n");
|
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 = av_mallocz(MAX_TRACK_SIZE);
|
||||||
track->time_scale = 1.0;
|
track->time_scale = 1.0;
|
||||||
strcpy(track->language, "eng");
|
strcpy(track->language, "eng");
|
||||||
|
|
Loading…
Add table
Reference in a new issue