summaryrefslogtreecommitdiffstats
path: root/subreader.c
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 /subreader.c
parentadedee42851d413de87b479340eb015ee33b497b (diff)
downloadmpv-e9022ec470e9334a6d0f3cb044027964ac4f63f6.tar.bz2
mpv-e9022ec470e9334a6d0f3cb044027964ac4f63f6.tar.xz
cleanup: move MP_NOPTS_VALUE definition to mpcommon.h
Diffstat (limited to 'subreader.c')
-rw-r--r--subreader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subreader.c b/subreader.c
index 3d422ddbdf..c9b3261c0e 100644
--- a/subreader.c
+++ b/subreader.c
@@ -32,6 +32,7 @@
#include "config.h"
#include "mp_msg.h"
#include "subreader.h"
+#include "mpcommon.h"
#include "stream/stream.h"
#include "libavutil/common.h"
#include "libavutil/avstring.h"
@@ -2359,7 +2360,6 @@ void sub_add_text(subtitle *sub, const char *txt, int len, double endpts) {
#endif
}
-#define MP_NOPTS_VALUE (-1LL<<63)
/**
* \brief remove outdated subtitle lines.
* \param sub subtitle struct to modify