]> git.sesse.net Git - vlc/commitdiff
* modules/stream_out/mosaic_bridge.c: Use a smaller picture heap since we
authorChristophe Massiot <massiot@videolan.org>
Tue, 31 May 2005 15:36:01 +0000 (15:36 +0000)
committerChristophe Massiot <massiot@videolan.org>
Tue, 31 May 2005 15:36:01 +0000 (15:36 +0000)
   are not multithreaded.

modules/stream_out/mosaic_bridge.c

index 00212e302d20fc1a1a671abdcabe63c294e02de2..b9ac4c474a5fc256bdb1f3252ed1a4f0803d73b3 100644 (file)
@@ -53,7 +53,7 @@ struct sout_stream_sys_t
     vlc_bool_t b_inited;
 };
 
-#define PICTURE_RING_SIZE 64
+#define PICTURE_RING_SIZE 4
 struct decoder_owner_sys_t
 {
     picture_t *pp_pics[PICTURE_RING_SIZE];