summaryrefslogtreecommitdiff
path: root/src/libmpeg2/xvmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmpeg2/xvmc.h')
-rw-r--r--src/libmpeg2/xvmc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libmpeg2/xvmc.h b/src/libmpeg2/xvmc.h
index 3abecdb77..5caa74297 100644
--- a/src/libmpeg2/xvmc.h
+++ b/src/libmpeg2/xvmc.h
@@ -25,6 +25,12 @@
#include "mpeg2.h"
/* slice_xvmc.c */
+
+extern uint8_t mpeg2_scan_alt_ptable[64] ATTR_ALIGN(16);
+extern uint8_t mpeg2_scan_norm_ptable[64] ATTR_ALIGN(16);
+extern uint8_t mpeg2_scan_orig_ptable[64] ATTR_ALIGN(16);
+
void mpeg2_xvmc_slice (mpeg2dec_t *mpeg2dec, picture_t * picture, int code, uint8_t * buffer);
+void xvmc_setup_scan_ptable( void );
#endif