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:
parent
1091963d38
commit
2732d0507c
@ -1274,10 +1274,6 @@ static int parse_heatmaps(void *logctx, HeatmapList **proot,
|
|||||||
ret = AVERROR(ENOMEM);
|
ret = AVERROR(ENOMEM);
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
if (!line) {
|
|
||||||
av_freep(&line);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
// first value is frame id
|
// first value is frame id
|
||||||
av_strtok(line, ",", &saveptr);
|
av_strtok(line, ",", &saveptr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user