]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly
authormichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 15 Apr 2009 20:18:02 +0000 (20:18 +0000)
committermichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 15 Apr 2009 20:18:02 +0000 (20:18 +0000)
requires this to be clear)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18530 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/avformat.h

index 128ecc51215ed9416012bedd751e7dce8f6dff5a..8732b564469b3e572365eebfcd9c4e9a880ca4c5 100644 (file)
@@ -63,7 +63,7 @@ struct AVFormatContext;
  *    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 @@ typedef struct AVStream {
     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 */