diff options
Diffstat (limited to 'src/dabplus-enc.cpp')
-rw-r--r-- | src/dabplus-enc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dabplus-enc.cpp b/src/dabplus-enc.cpp index bdd4c58..9e8bd00 100644 --- a/src/dabplus-enc.cpp +++ b/src/dabplus-enc.cpp @@ -570,7 +570,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, verbosity); + VLCInput vlc_in(vlc_uri, sample_rate, channels, verbosity); #endif if (infile) { |