summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-07-11 23:31:44 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-07-11 23:31:44 +0000
commit6f8f8cd72c2be8bf0b2404b8a0e9034b25f7e882 (patch)
tree575329ed765de6dedf2d3972b088bf67569d6452 /src/xine-engine/video_out.c
parent9bb1534ad8e6e3becfe01407e71da3f14421bc69 (diff)
downloadxine-lib-6f8f8cd72c2be8bf0b2404b8a0e9034b25f7e882.tar.gz
xine-lib-6f8f8cd72c2be8bf0b2404b8a0e9034b25f7e882.tar.bz2
fixed playback of field picture based streams using XShm
CVS patchset: 273 CVS date: 2001/07/11 23:31:44
Diffstat (limited to 'src/xine-engine/video_out.c')
-rw-r--r--src/xine-engine/video_out.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c
index 2bcb5d4ea..4a07aaeb2 100644
--- a/src/xine-engine/video_out.c
+++ b/src/xine-engine/video_out.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_out.c,v 1.33 2001/07/10 19:33:05 guenter Exp $
+ * $Id: video_out.c,v 1.34 2001/07/11 23:31:45 guenter Exp $
*
*/
@@ -36,7 +36,7 @@
#include "utils.h"
#include "monitor.h"
-#define NUM_FRAME_BUFFERS 20
+#define NUM_FRAME_BUFFERS 15
struct img_buf_fifo_s {
vo_frame_t *first;