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/mpeg2_internal.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/mpeg2_internal.h')
-rw-r--r-- | src/libmpeg2/mpeg2_internal.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libmpeg2/mpeg2_internal.h b/src/libmpeg2/mpeg2_internal.h index cb00a830b..6a9c9a775 100644 --- a/src/libmpeg2/mpeg2_internal.h +++ b/src/libmpeg2/mpeg2_internal.h @@ -284,8 +284,7 @@ extern mpeg2_mc_t mpeg2_mc_vis; /* slice.c */ void mpeg2_slice (picture_t * picture, int code, uint8_t * buffer); -/* slice_xvmc.c */ -void mpeg2_xvmc_slice (picture_t * picture, int code, uint8_t * buffer); - /* stats.c */ void mpeg2_stats (int code, uint8_t * buffer); + + |