summaryrefslogtreecommitdiffstats
path: root/mpcommon.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-23 19:04:24 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-23 19:04:24 +0000
commitf9c8809a396ba7d587544ef92e952ff894ab9972 (patch)
treec96787477caa700eea7556b186670f740f98f18a /mpcommon.c
parent8dad891bf98a8e51fe3bbbc3d2a0cbfc8f8a7268 (diff)
downloadmpv-f9c8809a396ba7d587544ef92e952ff894ab9972.tar.bz2
mpv-f9c8809a396ba7d587544ef92e952ff894ab9972.tar.xz
Include mpcommon.h in mpcommon.c, ensures that the declarations in the header
match those in the file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29708 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mpcommon.c')
-rw-r--r--mpcommon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpcommon.c b/mpcommon.c
index c0b5acc806..394a71461f 100644
--- a/mpcommon.c
+++ b/mpcommon.c
@@ -14,6 +14,7 @@
#include "stream/tv.h"
#include "libavutil/intreadwrite.h"
#include "m_option.h"
+#include "mpcommon.h"
double sub_last_pts = -303;