VLC 4.0.0-dev
Loading...
Searching...
No Matches
vlc_config.h File Reference

This file defines of values used in interface, vout, aout and vlc core functions. More...

Include dependency graph for vlc_config.h:

Go to the source code of this file.

Macros

#define VLC_TICK_INVALID   INT64_C(0)
 
#define VLC_TICK_0   INT64_C(1)
 
#define CLOCK_FREQ   INT64_C(1000000)
 
#define INTF_IDLE_SLEEP   VLC_TICK_FROM_MS(50)
 
#define INPUT_IDLE_SLEEP   VLC_TICK_FROM_MS(100)
 
#define DEFAULT_PTS_DELAY   VLC_TICK_FROM_MS(300)
 
#define VOUT_ASPECT_FACTOR   432000
 
#define VOUT_MAX_WIDTH   4096
 
#define VOUT_MAX_PLANES   5
 
#define VOUT_OUTMEM_SLEEP   VLC_TICK_FROM_MS(20)
 
#define VOUT_TITLE   "VLC"
 

Detailed Description

This file defines of values used in interface, vout, aout and vlc core functions.

Macro Definition Documentation

◆ CLOCK_FREQ

#define CLOCK_FREQ   INT64_C(1000000)

◆ DEFAULT_PTS_DELAY

#define DEFAULT_PTS_DELAY   VLC_TICK_FROM_MS(300)

◆ INPUT_IDLE_SLEEP

#define INPUT_IDLE_SLEEP   VLC_TICK_FROM_MS(100)

◆ INTF_IDLE_SLEEP

#define INTF_IDLE_SLEEP   VLC_TICK_FROM_MS(50)

◆ VLC_TICK_0

#define VLC_TICK_0   INT64_C(1)

◆ VLC_TICK_INVALID

#define VLC_TICK_INVALID   INT64_C(0)

◆ VOUT_ASPECT_FACTOR

#define VOUT_ASPECT_FACTOR   432000

◆ VOUT_MAX_PLANES

#define VOUT_MAX_PLANES   5

◆ VOUT_MAX_WIDTH

#define VOUT_MAX_WIDTH   4096

◆ VOUT_OUTMEM_SLEEP

#define VOUT_OUTMEM_SLEEP   VLC_TICK_FROM_MS(20)

◆ VOUT_TITLE

#define VOUT_TITLE   "VLC"