From 8282efcfa3cbc5822ca03fce93c116bfd065d1f0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 25 Mar 2009 16:17:03 +0100 Subject: fix value of DYNAMIC_LATENCY --- src/pulse/def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pulse/def.h b/src/pulse/def.h index 8bcb6919..9418e96f 100644 --- a/src/pulse/def.h +++ b/src/pulse/def.h @@ -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; -- cgit