1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

fftools/textformat/avtextformat: Remove unused variable

Forgotten in a888975a3c.

Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2025-04-16 18:57:46 +02:00
parent bb3ce284d7
commit 7684243fbe

View File

@ -585,7 +585,6 @@ static const AVClass textwriter_class = {
void avtextwriter_context_close(AVTextWriterContext **pwctx) void avtextwriter_context_close(AVTextWriterContext **pwctx)
{ {
AVTextWriterContext *wctx = *pwctx; AVTextWriterContext *wctx = *pwctx;
int ret = 0;
if (!wctx) if (!wctx)
return; return;