aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorSebastian Thorarensen <sebth@naju.se>2013-10-19 15:39:04 +0200
committerMax Kellermann <max@duempel.org>2013-10-19 16:12:17 +0200
commitdb44a6e94819ec106daa5de726968d9c881107f3 (patch)
treeec3b43a698fd71305cd86453ec07e576b5d05dcf /NEWS
parentd6553fc6a73ce458aa1fabe78dbb45b5b6a1ac12 (diff)
downloadmpd-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 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1b575ddb6..c66d91e3e 100644
--- a/NEWS
+++ b/NEWS
@@ -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