summaryrefslogtreecommitdiffstats
path: root/common/encode_lavc.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-16 21:24:39 +0100
committerwm4 <wm4@nowhere>2014-01-16 23:06:40 +0100
commit99ee43b33bec75bb43b4c02060776a67246bacca (patch)
tree59ca4784324dcf8ccdf24bd265b588004de3ebb6 /common/encode_lavc.c
parent5b14db5ab1be11f905fbc4afe7fc2e9ff5c29a81 (diff)
downloadmpv-99ee43b33bec75bb43b4c02060776a67246bacca.tar.bz2
mpv-99ee43b33bec75bb43b4c02060776a67246bacca.tar.xz
msg: move special declarations to msg_control.h
While almost everything uses msg.h, the moved definitions are rarely needed by anything.
Diffstat (limited to 'common/encode_lavc.c')
-rw-r--r--common/encode_lavc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/encode_lavc.c b/common/encode_lavc.c
index 2cf549e538..39787430bf 100644
--- a/common/encode_lavc.c
+++ b/common/encode_lavc.c
@@ -25,6 +25,7 @@
#include "encode_lavc.h"
#include "common/global.h"
#include "common/msg.h"
+#include "common/msg_control.h"
#include "video/vfcap.h"
#include "options/options.h"
#include "osdep/timer.h"