Commit 2732d050 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avfilter/vf_ssim360: Remove dead code

Fixes Coverity issue #1520669.
Reviewed-by: 's avatarAnton Khirnov <anton@khirnov.net>
Reviewed-by: 's avatarJan Ekström <jeebjp@gmail.com>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 1091963d
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment