mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
fix value of DYNAMIC_LATENCY
This commit is contained in:
parent
c367a885dc
commit
8282efcfa3
1 changed files with 1 additions and 1 deletions
|
|
@ -789,7 +789,7 @@ typedef enum pa_source_flags {
|
|||
/**< Volume can be translated to dB with pa_sw_volume_to_dB()
|
||||
* \since 0.9.11 */
|
||||
|
||||
PA_SOURCE_DYNAMIC_LATENCY = 0x0080U
|
||||
PA_SOURCE_DYNAMIC_LATENCY = 0x0040U
|
||||
/**< The latency can be adjusted dynamically depending on the
|
||||
* needs of the connected streams. \since 0.9.15 */
|
||||
} pa_source_flags_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue