Go to the documentation of this file.
43 #define VLC_TS_INVALID INT64_C(0)
44 #define VLC_TS_0 INT64_C(1)
46 #define CLOCK_FREQ INT64_C(1000000)
53 #define INTF_IDLE_SLEEP (CLOCK_FREQ/20)
60 #define INPUT_IDLE_SLEEP (CLOCK_FREQ/10)
68 #define DEFAULT_PTS_DELAY (3*CLOCK_FREQ/10)
76 #define SPU_MAX_PREPARE_TIME (CLOCK_FREQ/2)
87 #define VOUT_ASPECT_FACTOR 432000
91 #define VOUT_MAX_WIDTH 4096
94 #define VOUT_MAX_PLANES 5
104 #define VOUT_OUTMEM_SLEEP (CLOCK_FREQ/50)
107 #define VOUT_TITLE "VLC"
114 #define MAX_DUMPSTRUCTURE_DEPTH 100