diff options
author | Olivier Guilyardi <list@samalyse.com> | 2009-04-02 23:53:47 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-04-02 23:53:47 +0000 |
commit | 80ff8a16f57b9de6f4dc9dd524814ce83618040a (patch) | |
tree | 6919a80b6a2ac658b9184e0f733b8fb5a05b143b /libavdevice/alldevices.c | |
parent | 7b09db35225e726949f28b59075bc6519f8fdac0 (diff) | |
download | ffmpeg-80ff8a16f57b9de6f4dc9dd524814ce83618040a.tar.gz |
Implement JACK input device.
Patch by Olivier Guilyardi list samalyse com.
See the thread: "[FFmpeg-devel] [PATCH] libavdevice: JACK demuxer".
Originally committed as revision 18322 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/alldevices.c')
-rw-r--r-- | libavdevice/alldevices.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/alldevices.c b/libavdevice/alldevices.c index 38ce6f1eca..7efc42a897 100644 --- a/libavdevice/alldevices.c +++ b/libavdevice/alldevices.c @@ -48,6 +48,7 @@ void avdevice_register_all(void) REGISTER_MUXDEMUX (AUDIO_BEOS, audio_beos); REGISTER_DEMUXER (BKTR, bktr); REGISTER_DEMUXER (DV1394, dv1394); + REGISTER_DEMUXER (JACK, jack); REGISTER_MUXDEMUX (OSS, oss); REGISTER_DEMUXER (V4L2, v4l2); REGISTER_DEMUXER (V4L, v4l); |