From: Anssi Hannula Date: Mon, 28 Feb 2011 18:30:03 +0000 (+0200) Subject: lavf: document the use of multiple entries in language metadata tag X-Git-Tag: n0.8~523^2~637 X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=c92562467e8900fc727d03499afb571a9363c20c;ds=sidebyside lavf: document the use of multiple entries in language metadata tag Signed-off-by: Ronald S. Bultje --- 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 -- . * 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".