Commit bc280dd5 authored by Christophe Massiot's avatar Christophe Massiot

* modules/stream_out/mosaic_bridge.c: Use a smaller picture heap since we

   are not multithreaded.
parent 1405ed28
...@@ -53,7 +53,7 @@ struct sout_stream_sys_t ...@@ -53,7 +53,7 @@ struct sout_stream_sys_t
vlc_bool_t b_inited; vlc_bool_t b_inited;
}; };
#define PICTURE_RING_SIZE 64 #define PICTURE_RING_SIZE 4
struct decoder_owner_sys_t struct decoder_owner_sys_t
{ {
picture_t *pp_pics[PICTURE_RING_SIZE]; picture_t *pp_pics[PICTURE_RING_SIZE];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment