1
0
mirror of https://git.ffmpeg.org/ffmpeg.git synced 2025-04-19 02:04:19 +03:00

fftools/textformat/avtextformat: Remove unused variable

Forgotten in a888975a3c25760027cd59932f5c1ad04368db8b.

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)
{
AVTextWriterContext *wctx = *pwctx;
int ret = 0;
if (!wctx)
return;