diff options
author | Thomas Hellström <totte67@users.sourceforge.net> | 2005-04-09 11:22:14 +0000 |
---|---|---|
committer | Thomas Hellström <totte67@users.sourceforge.net> | 2005-04-09 11:22:14 +0000 |
commit | 18216a2fe0871d528f941ba4e5feeb8f9472523e (patch) | |
tree | 53f71e16c2ee96cbf69efd640fdd982149de5693 /src/libmpeg2/xvmc.h | |
parent | 637785d626edb3591d95e0127597ca0ce6ddee41 (diff) | |
download | xine-lib-18216a2fe0871d528f941ba4e5feeb8f9472523e.tar.gz xine-lib-18216a2fe0871d528f941ba4e5feeb8f9472523e.tar.bz2 |
**BUGFIX**
Multiple slice-per-rows (HDTV) fixes in the libmpeg2 code, particularly
regarding VLD XvMC.
Cleaned up hardware acceleration hooks in libmpeg2.
Fixed X include path searching while configure detects XvMC support.
CVS patchset: 7449
CVS date: 2005/04/09 11:22:14
Diffstat (limited to 'src/libmpeg2/xvmc.h')
-rw-r--r-- | src/libmpeg2/xvmc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libmpeg2/xvmc.h b/src/libmpeg2/xvmc.h index 5caa74297..e6204395d 100644 --- a/src/libmpeg2/xvmc.h +++ b/src/libmpeg2/xvmc.h @@ -22,7 +22,7 @@ */ #ifndef _XVMC_H -#include "mpeg2.h" +#include "libmpeg2_accel.h" /* slice_xvmc.c */ @@ -30,7 +30,7 @@ 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 mpeg2_xvmc_slice (mpeg2dec_accel_t *accel, picture_t * picture, int code, uint8_t * buffer); void xvmc_setup_scan_ptable( void ); #endif |