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 ed690edf..289f0ae0 100644
--- a/plugins/ffmpeg/ffmpeg.c
+++ b/plugins/ffmpeg/ffmpeg.c
@@ -113,7 +113,7 @@ ffmpeg_init (DB_playItem_t *it) {
// open file
if ((ret = av_open_input_file(&info->fctx, uri, NULL, 0, NULL)) < 0) {
- trace ("info->fctx is %p, ret %d/%s", info->fctx, ret, strerror(-ret));
+ trace ("info->fctx is %p, ret %d/%s\n", info->fctx, ret, strerror(-ret));
plugin.free (_info);
return NULL;
}