From a213a237d17cd0fb00611fe56380a94e3b675638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Hellstr=C3=B6m?= Date: Sat, 13 Nov 2004 19:32:51 +0000 Subject: 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 --- src/libmpeg2/mpeg2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libmpeg2/mpeg2.h') diff --git a/src/libmpeg2/mpeg2.h b/src/libmpeg2/mpeg2.h index b2ecf669e..679400d3e 100644 --- a/src/libmpeg2/mpeg2.h +++ b/src/libmpeg2/mpeg2.h @@ -59,7 +59,7 @@ typedef struct mpeg2dec_s { /* a spu decoder for possible closed captions */ spu_decoder_t *cc_dec; - int xxmc_last_slice_code; + int xvmc_last_slice_code; unsigned xxmc_mb_pic_height; } mpeg2dec_t ; -- cgit v1.2.3