[vlc-commits] commit: Increased VOUT_MAX_PICTURES to allows H264 direct rendering. ( Laurent Aimar )
git version control
git at videolan.org
Thu Mar 4 20:34:37 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Mar 4 20:06:21 2010 +0100| [b0313121b9023eb1eae5540c5e4b510770d894a9] | committer: Laurent Aimar
Increased VOUT_MAX_PICTURES to allows H264 direct rendering.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b0313121b9023eb1eae5540c5e4b510770d894a9
---
include/vlc_config.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_config.h b/include/vlc_config.h
index 7c2fcf8..2dfc502 100644
--- a/include/vlc_config.h
+++ b/include/vlc_config.h
@@ -153,7 +153,7 @@
/* Video heap size - remember that a decompressed picture is big
* (~1 Mbyte) before using huge values */
-#define VOUT_MAX_PICTURES 16
+#define VOUT_MAX_PICTURES 20
/*
* Time settings
More information about the vlc-commits
mailing list