# HG changeset patch # User reimar # Date 1253732664 0 # Node ID ca2030774a611d1f34b2bf3289201d98e4791912 # Parent 6f1ebc60c04fca687910abfb44d8aea8135f491e Include mpcommon.h in mpcommon.c, ensures that the declarations in the header match those in the file. diff -r 6f1ebc60c04f -r ca2030774a61 mpcommon.c --- a/mpcommon.c Wed Sep 23 19:01:33 2009 +0000 +++ b/mpcommon.c Wed Sep 23 19:04:24 2009 +0000 @@ -14,6 +14,7 @@ #include "stream/tv.h" #include "libavutil/intreadwrite.h" #include "m_option.h" +#include "mpcommon.h" double sub_last_pts = -303;