diff options
author | Sebastian Thorarensen <sebth@naju.se> | 2013-10-19 15:39:04 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-19 16:12:17 +0200 |
commit | db44a6e94819ec106daa5de726968d9c881107f3 (patch) | |
tree | ec3b43a698fd71305cd86453ec07e576b5d05dcf /NEWS | |
parent | d6553fc6a73ce458aa1fabe78dbb45b5b6a1ac12 (diff) | |
download | mpd-db44a6e94819ec106daa5de726968d9c881107f3.tar.gz mpd-db44a6e94819ec106daa5de726968d9c881107f3.tar.xz mpd-db44a6e94819ec106daa5de726968d9c881107f3.zip |
decoder/modplug: Add "loop_count" parameter
The "loop_count" configuration parameter allows the user to set how
many times a module with backward loops shall loop. "0" (the default)
means a module is not allowed to use backward loops at all. "-1"
enables inifinite looping.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ ver 0.18 (2012/??/??) - opus: new decoder plugin for the Opus codec - vorbis: skip 16 bit quantisation, provide float samples - mikmod: add "loop" configuration parameter + - modplug: add "loop_count" configuration parameter - mp4ff: obsolete plugin removed * encoder: - opus: new encoder plugin for the Opus codec |