summaryrefslogtreecommitdiff
path: root/src/video_out/deinterlace.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@users.sourceforge.net>2003-04-24 17:39:04 +0000
committerBastien Nocera <hadess@users.sourceforge.net>2003-04-24 17:39:04 +0000
commit5e42f1576afa4a60c243003fdc3f9a101d53a16b (patch)
treef81cffe54705209a4c295dd8921abed10bd7a034 /src/video_out/deinterlace.h
parentb26abf615fb8e587a8b152ba1c49e07f2761d3fd (diff)
downloadxine-lib-5e42f1576afa4a60c243003fdc3f9a101d53a16b.tar.gz
xine-lib-5e42f1576afa4a60c243003fdc3f9a101d53a16b.tar.bz2
- just don't deinterlace when the method is not supported, rather than silently slowing down xine with memcpy's
CVS patchset: 4672 CVS date: 2003/04/24 17:39:04
Diffstat (limited to 'src/video_out/deinterlace.h')
-rw-r--r--src/video_out/deinterlace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_out/deinterlace.h b/src/video_out/deinterlace.h
index 9cdbab1dd..e4a1329c3 100644
--- a/src/video_out/deinterlace.h
+++ b/src/video_out/deinterlace.h
@@ -29,6 +29,7 @@
#include "video_out.h"
+int deinterlace_yuv_supported ( int method );
void deinterlace_yuv( uint8_t *pdst, uint8_t *psrc[],
int width, int height, int method );