diff mbox series

[FFmpeg-devel,1/2] avfilter/avfilter: Remove unused buffer

Message ID AM7PR03MB6660C82C96745E02F37412318FAC9@AM7PR03MB6660.eurprd03.prod.outlook.com
State Accepted
Commit c1f7e628101be1e99e01fe8df915e0ed2fff959b
Headers show
Series [FFmpeg-devel,1/2] avfilter/avfilter: Remove unused buffer | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_ppc success Make finished
andriy/make_fate_ppc success Make fate finished

Commit Message

Andreas Rheinhardt Oct. 2, 2021, 6:24 a.m. UTC
Unused since the removal of ff_get_ref_perms_string() in
a05a44e205d6ae13d5eb1cd8d4ad2dba6ec940b3.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavfilter/avfilter.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Paul B Mahol Oct. 2, 2021, 9:21 a.m. UTC | #1
lgtm
diff mbox series

Patch

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],