Some scan-build fixing up

This commit is contained in:
ejurgensen
2017-01-28 22:37:56 +01:00
parent 12567d8e93
commit b44ae55c1d
3 changed files with 4 additions and 3 deletions

View File

@@ -1096,7 +1096,6 @@ open_filter(struct filter_ctx *filter_ctx, AVCodecContext *dec_ctx, AVCodecConte
if (!buffersrc || !format || !buffersink)
{
DPRINTF(E_LOG, L_XCODE, "Filtering source, format or sink element not found\n");
ret = AVERROR_UNKNOWN;
goto out_fail;
}