mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
pulse: introduce pulseaudio input
It currently use the simple api and is using the latency information provided only to offset the stream start. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
@ -45,6 +45,7 @@ void avdevice_register_all(void)
|
||||
REGISTER_INDEV (FBDEV, fbdev);
|
||||
REGISTER_INDEV (JACK, jack);
|
||||
REGISTER_INOUTDEV (OSS, oss);
|
||||
REGISTER_INDEV (PULSE, pulse);
|
||||
REGISTER_INOUTDEV (SNDIO, sndio);
|
||||
REGISTER_INDEV (V4L2, v4l2);
|
||||
#if FF_API_V4L
|
||||
|
Reference in New Issue
Block a user