summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-03 16:53:12 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-03 16:53:12 +0000
commitb4ecb2411545d2b039a3b8811e48306c89f46703 (patch)
tree64920781bf23fb3dd77fc50f4add623e003c2832 /vidix
parentff37837de411f5eeac1cbb20e5a88b82bfe5f75d (diff)
downloadmpv-b4ecb2411545d2b039a3b8811e48306c89f46703.tar.bz2
mpv-b4ecb2411545d2b039a3b8811e48306c89f46703.tar.xz
Use as much buffers as possible
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4930 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/vidix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/vidix.h b/vidix/vidix.h
index 0ddc7b124f..67462b33c7 100644
--- a/vidix/vidix.h
+++ b/vidix/vidix.h
@@ -150,7 +150,7 @@ typedef struct vidix_playback_s
/* memory model */
unsigned frame_size; /* driver -> app: destinition frame size */
unsigned num_frames; /* app -> driver: after call: driver -> app */
-#define VID_PLAY_MAXFRAMES 32
+#define VID_PLAY_MAXFRAMES 64 /* reasonable limitation for decoding ahead */
unsigned offsets[VID_PLAY_MAXFRAMES]; /* driver -> app */
vidix_yuv_t offset; /* driver -> app: relative offsets within frame for yuv planes */
void* dga_addr; /* driver -> app: linear address */