You've already forked FFmpeg
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:
@ -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;
|
||||||
|
Reference in New Issue
Block a user