Browse Source

lavf: document the use of multiple entries in language metadata tag

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
tags/n0.8
Anssi Hannula Ronald S. Bultje 14 years ago
parent
commit
c92562467e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libavformat/avformat.h

+ 2
- 1
libavformat/avformat.h View 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".


Loading…
Cancel
Save