summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2013-06-28 10:36:00 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-07-02 18:52:45 +0200
commitc3316ddb83e7d88dcac5500d4d6625fb28d5450b (patch)
tree20b1b92a6ff4336073371fe3159d85e6d6958c5b /doc
parent0472f64c552721339d6ef73ee6be0034390e2e13 (diff)
lavf: add support for libgme
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/demuxers.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 9cfa954bc4..1a4d739268 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -103,6 +103,19 @@ probed and 0 otherwise.
@end table
+@section libgme
+
+The Game Music Emu library is a collection of video game music file emulators.
+
+See @url{http://code.google.com/p/game-music-emu/} for more information.
+
+Some files have multiple tracks. The demuxer will pick the first track by
+default. The @option{track_index} option can be used to select a different
+track. Track indexes start at 0. The demuxer exports the number of tracks as
+@var{tracks} meta data entry.
+
+For very large files, the @option{max_size} option may have to be adjusted.
+
@section libquvi
Play media from Internet services using the quvi project.