aboutsummaryrefslogtreecommitdiffstats
path: root/src/dabplus-enc.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-03-29 16:28:50 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-03-29 16:28:50 +0200
commita854328342bf1f40bf1261199aca80b25de8b1b0 (patch)
tree48caa24ace0342706fdb95d95512c2e6753d9311 /src/dabplus-enc.cpp
parent77a15b38809df6084718afdc6116d036715a8b7e (diff)
downloadODR-AudioEnc-a854328342bf1f40bf1261199aca80b25de8b1b0.tar.gz
ODR-AudioEnc-a854328342bf1f40bf1261199aca80b25de8b1b0.tar.bz2
ODR-AudioEnc-a854328342bf1f40bf1261199aca80b25de8b1b0.zip
Fix libvlc error handling
Diffstat (limited to 'src/dabplus-enc.cpp')
-rw-r--r--src/dabplus-enc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dabplus-enc.cpp b/src/dabplus-enc.cpp
index 9e8bd00..806f68b 100644
--- a/src/dabplus-enc.cpp
+++ b/src/dabplus-enc.cpp
@@ -723,6 +723,7 @@ int main(int argc, char *argv[])
#if HAVE_VLC
else if (vlc_uri != "") {
read = vlc_in.read(input_buf, input_size);
+ fprintf(stderr, "Detected fault in VLC input!\n");
if (read < 0) {
break;
}