qtmux: set language to 'undefined' instead of English by default

This commit is contained in:
Tim-Philipp Müller 2013-01-24 21:08:51 +00:00
parent a31649e357
commit d62019fff2

View file

@ -953,7 +953,7 @@ void atom_moov_add_3gp_tag (AtomMOOV * moov, guint32 fourcc, guint8 *
void atom_moov_add_xmp_tags (AtomMOOV * moov, GstBuffer * xmp); void atom_moov_add_xmp_tags (AtomMOOV * moov, GstBuffer * xmp);
#define GST_QT_MUX_DEFAULT_TAG_LANGUAGE "eng" #define GST_QT_MUX_DEFAULT_TAG_LANGUAGE "und" /* undefined/unknown */
guint16 language_code (const char * lang); guint16 language_code (const char * lang);
#endif /* __ATOMS_H__ */ #endif /* __ATOMS_H__ */