summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-12 15:29:31 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-15 18:45:43 +0200
commite9022ec470e9334a6d0f3cb044027964ac4f63f6 (patch)
tree0e9c163e9489dbdab07f7e7dbb585f09c1b748d0 /libmpcodecs/vf.h
parentadedee42851d413de87b479340eb015ee33b497b (diff)
downloadmpv-e9022ec470e9334a6d0f3cb044027964ac4f63f6.tar.bz2
mpv-e9022ec470e9334a6d0f3cb044027964ac4f63f6.tar.xz
cleanup: move MP_NOPTS_VALUE definition to mpcommon.h
Diffstat (limited to 'libmpcodecs/vf.h')
-rw-r--r--libmpcodecs/vf.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libmpcodecs/vf.h b/libmpcodecs/vf.h
index 8814ffe11a..58cfaaf787 100644
--- a/libmpcodecs/vf.h
+++ b/libmpcodecs/vf.h
@@ -20,6 +20,7 @@
#define MPLAYER_VF_H
#include "mp_image.h"
+#include "mpcommon.h"
struct MPOpts;
struct vf_instance;
@@ -116,10 +117,6 @@ typedef struct vf_seteq_s
#include "vfcap.h"
-//FIXME this should be in a common header, but i dunno which
-#define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly
-
-
// functions:
void vf_mpi_clear(mp_image_t* mpi,int x0,int y0,int w,int h);
mp_image_t* vf_get_image(vf_instance_t* vf, unsigned int outfmt, int mp_imgtype, int mp_imgflag, int w, int h);