diff options
author | Thomas Hellström <totte67@users.sourceforge.net> | 2004-11-13 19:32:51 +0000 |
---|---|---|
committer | Thomas Hellström <totte67@users.sourceforge.net> | 2004-11-13 19:32:51 +0000 |
commit | a213a237d17cd0fb00611fe56380a94e3b675638 (patch) | |
tree | fe2becd5ec1174361acf90e0977c8bd4f5c1690c /src/libmpeg2/xxmc.h | |
parent | c6a1bafda333d15e7b5559cc085200a3c930a13c (diff) | |
download | xine-lib-a213a237d17cd0fb00611fe56380a94e3b675638.tar.gz xine-lib-a213a237d17cd0fb00611fe56380a94e3b675638.tar.bz2 |
Fixed segfault when seeking with the "xvmc" and "xxmc" plugins playing
files with IDCT / mocomp XvMC acceleration.
Cleaned up some ugly xvmc / xxmc naming.
CVS patchset: 7122
CVS date: 2004/11/13 19:32:51
Diffstat (limited to 'src/libmpeg2/xxmc.h')
-rw-r--r-- | src/libmpeg2/xxmc.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/libmpeg2/xxmc.h b/src/libmpeg2/xxmc.h deleted file mode 100644 index 222ead11b..000000000 --- a/src/libmpeg2/xxmc.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef _XXMC_H -#define _XXMC_H - -#include "accel_xvmc.h" - -extern void mpeg2_xxmc_slice( mpeg2dec_t *mpeg2dec, picture_t *picture, - int code, uint8_t *buffer); -extern void mpeg2_xxmc_choose_coding(mpeg2dec_t *mpeg2dec, picture_t *picture, - double aspect_ratio, int flags); - -extern void mpeg2_xxmc_vld_frame_complete(mpeg2dec_t *mpeg2dec, picture_t *picture, int code); - -#endif |