ff_get_ref_perms_string() has been removed in 7e350379f87e7f74420b4813170fe808e2313911.
Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavfilter/internal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavfilter/internal.h b/libavfilter/internal.h index 0128820be0..36969c442e 100644 --- a/libavfilter/internal.h +++ b/libavfilter/internal.h @@ -266,8 +266,6 @@ void ff_command_queue_pop(AVFilterContext *filter); #define FF_TPRINTF_START(ctx, func) ff_tlog(NULL, "%-16s: ", #func) -char *ff_get_ref_perms_string(char *buf, size_t buf_size, int perms); - #ifdef TRACE void ff_tlog_link(void *ctx, AVFilterLink *link, int end); #else -- 2.34.1 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
