summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpegplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/mpegplayer.h')
-rw-r--r--apps/plugins/mpegplayer/mpegplayer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/mpegplayer.h b/apps/plugins/mpegplayer/mpegplayer.h
index bf223c3330..f6617cedff 100644
--- a/apps/plugins/mpegplayer/mpegplayer.h
+++ b/apps/plugins/mpegplayer/mpegplayer.h
@@ -31,6 +31,9 @@
31#endif 31#endif
32/* #else function-like empty macros are defined in the headers */ 32/* #else function-like empty macros are defined in the headers */
33 33
34/* Should be enough for now */
35#define MPEGPLAYER_MAX_STREAMS 4
36
34/* Memory allotments for various subsystems */ 37/* Memory allotments for various subsystems */
35#define MIN_MEMMARGIN (4*1024) 38#define MIN_MEMMARGIN (4*1024)
36 39
@@ -85,7 +88,6 @@
85#include "mpeg2.h" 88#include "mpeg2.h"
86#include "video_out.h" 89#include "video_out.h"
87#include "mpeg_stream.h" 90#include "mpeg_stream.h"
88#include "mpeg_linkedlist.h"
89#include "mpeg_misc.h" 91#include "mpeg_misc.h"
90#include "mpeg_alloc.h" 92#include "mpeg_alloc.h"
91#include "stream_thread.h" 93#include "stream_thread.h"