[vlc-commits] aout: make more room for filters
Rémi Denis-Courmont
git at videolan.org
Thu Nov 15 22:29:19 CET 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Nov 15 23:29:08 2012 +0200| [82bc0e04d3ff49a1ee2ab523b20366e78a52120d] | committer: Rémi Denis-Courmont
aout: make more room for filters
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=82bc0e04d3ff49a1ee2ab523b20366e78a52120d
---
src/audio_output/aout_internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/audio_output/aout_internal.h b/src/audio_output/aout_internal.h
index c4e001c..785a193 100644
--- a/src/audio_output/aout_internal.h
+++ b/src/audio_output/aout_internal.h
@@ -29,7 +29,7 @@
/* Max input rate factor (1/4 -> 4) */
# define AOUT_MAX_INPUT_RATE (4)
-# define AOUT_MAX_FILTERS 10
+# define AOUT_MAX_FILTERS 12
enum {
AOUT_RESAMPLING_NONE=0,
More information about the vlc-commits
mailing list