diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-10-02 07:27:03 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-10-02 16:20:42 +0200 |
commit | c1f7e628101be1e99e01fe8df915e0ed2fff959b (patch) | |
tree | bfac7613e8984e44d52a03b0344fcb644a449bb0 /libavfilter/avfilter.c | |
parent | e1874cd3c41753451827c23b6803648f37e196e8 (diff) | |
download | ffmpeg-c1f7e628101be1e99e01fe8df915e0ed2fff959b.tar.gz |
avfilter/avfilter: Remove unused buffer
Unused since the removal of ff_get_ref_perms_string() in
a05a44e205d6ae13d5eb1cd8d4ad2dba6ec940b3.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r-- | libavfilter/avfilter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index f325918021..d70db1b283 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -49,7 +49,6 @@ const char av_filter_ffversion[] = "FFmpeg version " FFMPEG_VERSION; void ff_tlog_ref(void *ctx, AVFrame *ref, int end) { - av_unused char buf[16]; ff_tlog(ctx, "ref[%p buf:%p data:%p linesize[%d, %d, %d, %d] pts:%"PRId64" pos:%"PRId64, ref, ref->buf, ref->data[0], |