summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnssi Hannula <anssi.hannula@iki.fi>2011-02-28 20:30:03 +0200
committerRonald S. Bultje <rsbultje@gmail.com>2011-03-07 12:25:36 -0500
commitc92562467e8900fc727d03499afb571a9363c20c (patch)
treeb0f8b4168822b9c922924797def5d0564beaf26d
parent36864ac3540445c513484017aa9927e942fac24a (diff)
lavf: document the use of multiple entries in language metadata tag
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-rw-r--r--libavformat/avformat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index f5afde84cb..5c799dc190 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -94,7 +94,8 @@ struct AVFormatContext;
* filename -- original name of the file.
* genre -- <self-evident>.
* language -- main language in which the work is performed, preferably
- * in ISO 639-2 format.
+ * in ISO 639-2 format. Multiple languages can be specified by
+ * separating them with commas.
* performer -- artist who performed the work, if different from artist.
* E.g for "Also sprach Zarathustra", artist would be "Richard
* Strauss" and performer "London Philharmonic Orchestra".