OSDN Git Service

lavf: document the use of multiple entries in language metadata tag
authorAnssi Hannula <anssi.hannula@iki.fi>
Mon, 28 Feb 2011 18:30:03 +0000 (20:30 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 8 Mar 2011 01:09:33 +0000 (02:09 +0100)
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit c92562467e8900fc727d03499afb571a9363c20c)

libavformat/avformat.h

index 46fb575..7990ce7 100644 (file)
@@ -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".