[FFmpeg-cvslog] r9557 - trunk/libavformat/matroskadec.c
Aurelien Jacobs
aurel
Mon Jul 9 17:49:29 CEST 2007
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".
Aurel
More information about the ffmpeg-cvslog
mailing list