[FFmpeg-cvslog] r9557 - trunk/libavformat/matroskadec.c
Reimar Döffinger
Reimar.Doeffinger
Mon Jul 9 17:35:21 CEST 2007
Hello,
On Mon, Jul 09, 2007 at 03:33:34PM +0200, aurel wrote:
[...]
> @@ -994,6 +994,7 @@ matroska_add_stream (MatroskaDemuxContex
> /* Allocate a generic track. As soon as we know its type we'll realloc. */
> track = av_mallocz(MAX_TRACK_SIZE);
> matroska->num_tracks++;
> + strcpy(track->language, "eng");
Does this set the default language to "eng"? Wouldn't "und" or nothing
at all make more sense?
Greetings,
Reimar D?ffinger
More information about the ffmpeg-cvslog
mailing list