mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08:00
obs-ffmpeg: Remove unused macro
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user