summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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.