[FFmpeg-cvslog] r9557 - trunk/libavformat/matroskadec.c
Måns Rullgård
mans
Mon Jul 9 17:56:48 CEST 2007
Aurelien Jacobs wrote:
> On Mon, 9 Jul 2007 17:35:21 +0200
> Reimar D?ffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de> wrote:
>
>> 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"?
>
> 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".
I always said they were mad...
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list