obs-ffmpeg: Remove unused macro

This commit is contained in:
Norihiro Kamae
2023-01-23 00:57:15 +09:00
committed by Jim
parent 2b4bc03b4c
commit e7c40a1d29
-2
View File
@@ -23,8 +23,6 @@
#include <media-playback/media.h>
#define FF_LOG(level, format, ...) \
blog(level, "[Media Source]: " format, ##__VA_ARGS__)
#define FF_LOG_S(source, level, format, ...) \
blog(level, "[Media Source '%s']: " format, \
obs_source_get_name(source), ##__VA_ARGS__)