comparison libmpcodecs/dec_video.c @ 32061:dcdcbe7f6713

Move video_time_usage / vout_time_usage extern var declarations to mpcommon.h.
author diego
date Sat, 11 Sep 2010 11:33:07 +0000
parents e648473842bd
children d80bbc5868de
comparison
equal deleted inserted replaced
32060:c3b7fc7eb796 32061:dcdcbe7f6713
22 #include <stdlib.h> 22 #include <stdlib.h>
23 #include <unistd.h> 23 #include <unistd.h>
24 24
25 #include "mp_msg.h" 25 #include "mp_msg.h"
26 #include "help_mp.h" 26 #include "help_mp.h"
27 #include "mpcommon.h"
27 28
28 #include "osdep/timer.h" 29 #include "osdep/timer.h"
29 #include "osdep/shmem.h" 30 #include "osdep/shmem.h"
30 31
31 #include "stream/stream.h" 32 #include "stream/stream.h"
44 #include "dec_video.h" 45 #include "dec_video.h"
45 46
46 #ifdef CONFIG_DYNAMIC_PLUGINS 47 #ifdef CONFIG_DYNAMIC_PLUGINS
47 #include <dlfcn.h> 48 #include <dlfcn.h>
48 #endif 49 #endif
49
50 // ===================================================================
51
52 extern double video_time_usage;
53 extern double vout_time_usage;
54 50
55 #include "cpudetect.h" 51 #include "cpudetect.h"
56 52
57 int field_dominance = -1; 53 int field_dominance = -1;
58 54