[FFmpeg-cvslog] avfilter/buffersrc: remove unused variable
James Almer
git at videolan.org
Tue Jan 28 15:02:32 EET 2025
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Jan 28 10:01:17 2025 -0300| [85a327d9d06a26c7743f4b14902b848dab42c44f] | committer: James Almer
avfilter/buffersrc: remove unused variable
Added by mistake in 7a025e1cb5fe61888a3e71a9b33842add02c8340.
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=85a327d9d06a26c7743f4b14902b848dab42c44f
---
libavfilter/buffersrc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavfilter/buffersrc.c b/libavfilter/buffersrc.c
index 15333f00dd..7edec7ee77 100644
--- a/libavfilter/buffersrc.c
+++ b/libavfilter/buffersrc.c
@@ -538,7 +538,6 @@ static int config_props(AVFilterLink *link)
}
for (int i = 0; i < c->nb_side_data; i++) {
- const AVSideDataDescriptor *desc = av_frame_side_data_desc(c->side_data[i]->type);
int ret;
ret = av_frame_side_data_clone(&link->side_data, &link->nb_side_data,
More information about the ffmpeg-cvslog
mailing list