changeset 4878:5f8639313523 libavformat

Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly requires this to be clear)
author michael
date Wed, 15 Apr 2009 20:18:02 +0000
parents 940946a4569b
children 42e183e59515
files avformat.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/avformat.h	Wed Apr 15 13:04:34 2009 +0000
+++ b/avformat.h	Wed Apr 15 20:18:02 2009 +0000
@@ -63,7 +63,7 @@
  *    want to store, e.g., the email address of the child of producer Alice
  *    and actor Bob, that could have key=alice_and_bobs_childs_email_address.
  * 3. A tag whose value is localized for a particular language is appended
- *    with a dash character ('-') and the ISO 639 3-letter language code.
+ *    with a dash character ('-') and the ISO 639-2/B 3-letter language code.
  *    For example: Author-ger=Michael, Author-eng=Mike
  *    The original/default language is in the unqualified "Author" tag.
  *    A demuxer should set a default if it sets any translated tag.
@@ -390,7 +390,7 @@
     int64_t duration;
 
 #if LIBAVFORMAT_VERSION_INT < (53<<16)
-    char language[4]; /** ISO 639 3-letter language code (empty string if undefined) */
+    char language[4]; /** ISO 639-2/B 3-letter language code (empty string if undefined) */
 #endif
 
     /* av_read_frame() support */