summaryrefslogtreecommitdiffstats
path: root/src/dabplus-enc.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-01-10 16:48:31 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-01-10 16:48:31 +0100
commitc36c65f341429d8b6412be23205f6f9d1b0c864c (patch)
tree9253b209f7c079669f0c60e28bececa0830c30db /src/dabplus-enc.cpp
parentda68fb19584e7c5d075c7d2d91e3cf1308674f2e (diff)
downloadODR-AudioEnc-c36c65f341429d8b6412be23205f6f9d1b0c864c.tar.gz
ODR-AudioEnc-c36c65f341429d8b6412be23205f6f9d1b0c864c.tar.bz2
ODR-AudioEnc-c36c65f341429d8b6412be23205f6f9d1b0c864c.zip
Create VLCInputDirect class
Diffstat (limited to 'src/dabplus-enc.cpp')
-rw-r--r--src/dabplus-enc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dabplus-enc.cpp b/src/dabplus-enc.cpp
index 8f72073..cab87b7 100644
--- a/src/dabplus-enc.cpp
+++ b/src/dabplus-enc.cpp
@@ -605,7 +605,7 @@ int main(int argc, char *argv[])
JackInput jack_in(jack_name, channels, sample_rate, queue);
#endif
#if HAVE_VLC
- VLCInput vlc_in(vlc_uri, sample_rate, channels, verbosity, vlc_gain, vlc_cache);
+ VLCInputDirect vlc_in(vlc_uri, sample_rate, channels, verbosity, vlc_gain, vlc_cache);
#endif
if (infile) {