From e9022ec470e9334a6d0f3cb044027964ac4f63f6 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 12 Jan 2011 15:29:31 +0200 Subject: cleanup: move MP_NOPTS_VALUE definition to mpcommon.h --- spudec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'spudec.c') diff --git a/spudec.c b/spudec.c index de7d443ffc..f48d47fd2a 100644 --- a/spudec.c +++ b/spudec.c @@ -43,6 +43,7 @@ #include "libavutil/avutil.h" #include "ffmpeg_files/intreadwrite.h" #include "libswscale/swscale.h" +#include "mpcommon.h" /* Valid values for spu_aamode: 0: none (fastest, most ugly) @@ -1336,8 +1337,6 @@ void spudec_set_hw_spu(void *this, struct vo *hw_spu) vo_control(hw_spu, VOCTRL_SET_SPU_PALETTE, spu->global_palette); } -#define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly - /** * palette must contain at least 256 32-bit entries, otherwise crashes * are possible -- cgit v1.2.3