summaryrefslogtreecommitdiff
path: root/plugins/ffmpeg/ffmpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ffmpeg/ffmpeg.c')
-rw-r--r--plugins/ffmpeg/ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ffmpeg/ffmpeg.c b/plugins/ffmpeg/ffmpeg.c
index bcaa2632..4f1fec0f 100644
--- a/plugins/ffmpeg/ffmpeg.c
+++ b/plugins/ffmpeg/ffmpeg.c
@@ -106,7 +106,7 @@ ffmpeg_init (DB_playItem_t *it) {
// open file
if ((ret = av_open_input_file(&fctx, uri, NULL, 0, NULL)) < 0) {
- trace ("fctx is %p, ret %d/%s", fctx, ret, strerror(-ret));
+ trace ("fctx is %p, ret %d/%s\n", fctx, ret, strerror(-ret));
return -1;
}