[FFmpeg-cvslog] r9557 - trunk/libavformat/matroskadec.c
Reimar Döffinger
Reimar.Doeffinger
Mon Jul 9 18:01:39 CEST 2007
Hello,
On Mon, Jul 09, 2007 at 05:49:29PM +0200, Aurelien Jacobs wrote:
> On Mon, 9 Jul 2007 17:35:21 +0200
> Reimar D?ffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de> wrote:
> > 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"?
>
> Indeed.
>
> > Wouldn't "und" or nothing at all make more sense?
>
> That what I thought too.
> But the Matroska spec requires default lang to be "eng".
Almost expected it, just couldn't believe that they'd really include
something that biased in the specs...
So nothing said ;-)
Greetings,
Reimar D?ffinger
More information about the ffmpeg-cvslog
mailing list