summaryrefslogtreecommitdiff
path: root/multimedia/xine-lib/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/xine-lib/patches/patch-aa')
-rw-r--r--multimedia/xine-lib/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/xine-lib/patches/patch-aa b/multimedia/xine-lib/patches/patch-aa
index e347569f249..1ff3cb82a2d 100644
--- a/multimedia/xine-lib/patches/patch-aa
+++ b/multimedia/xine-lib/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.4 2005/10/13 10:48:01 jmmv Exp $
+$NetBSD: patch-aa,v 1.4.8.1 2006/12/09 09:13:15 salo Exp $
---- src/xine-engine/video_decoder.c.orig 2005-10-08 15:57:49.000000000 +0200
+--- src/xine-engine/video_decoder.c.orig 2006-12-03 19:28:13.000000000 +0000
+++ src/xine-engine/video_decoder.c
@@ -43,6 +43,10 @@
@@ -13,7 +13,7 @@ $NetBSD: patch-aa,v 1.4 2005/10/13 10:48:01 jmmv Exp $
static void update_spu_decoder (xine_stream_t *stream, int type) {
-@@ -472,7 +476,9 @@ void _x_video_decoder_init (xine_stream_
+@@ -479,7 +483,9 @@ int _x_video_decoder_init (xine_stream_t
} else {
pthread_attr_t pth_attrs;
@@ -23,7 +23,7 @@ $NetBSD: patch-aa,v 1.4 2005/10/13 10:48:01 jmmv Exp $
int err, num_buffers;
/* The fifo size is based on dvd playback where buffers are filled
* with 2k of data. With 500 buffers and a typical video data rate
-@@ -496,10 +502,12 @@ void _x_video_decoder_init (xine_stream_
+@@ -508,10 +514,12 @@ int _x_video_decoder_init (xine_stream_t
stream->spu_track_map_entries = 0;
pthread_attr_init(&pth_attrs);