avfilter/vf_ssim360: Remove dead code

Fixes Coverity issue #1520669.

Reviewed-by: Anton Khirnov <anton@khirnov.net>
Reviewed-by: Jan Ekström <jeebjp@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2023-03-12 22:45:57 +01:00
parent 1091963d38
commit 2732d0507c
1 changed files with 0 additions and 4 deletions

View File

@ -1274,10 +1274,6 @@ static int parse_heatmaps(void *logctx, HeatmapList **proot,
ret = AVERROR(ENOMEM);
goto fail;
}
if (!line) {
av_freep(&line);
break;
}
// first value is frame id
av_strtok(line, ",", &saveptr);