summaryrefslogtreecommitdiff
path: root/plugins/ffmpeg/ffmpeg_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ffmpeg/ffmpeg_common.c')
-rw-r--r--plugins/ffmpeg/ffmpeg_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ffmpeg/ffmpeg_common.c b/plugins/ffmpeg/ffmpeg_common.c
index e9365a6..7bfe0f9 100644
--- a/plugins/ffmpeg/ffmpeg_common.c
+++ b/plugins/ffmpeg/ffmpeg_common.c
@@ -237,7 +237,7 @@ static void set_chapters(AVFormatContext * ctx,
#else
if(!chapter_list || !chapter_list->num_chapters)
return;
- bg_log(BG_LOG_WARNING, LOG_DOMAIN,
+ gavl_log(GAVL_LOG_WARNING, LOG_DOMAIN,
"Not writing chapters (ffmpeg version too old)");
#endif
}