OSDN Git Service

lavfi/avf_concat: fix invalid exclusive test.
authorNicolas George <nicolas.george@normalesup.org>
Wed, 17 Oct 2012 17:54:22 +0000 (19:54 +0200)
committerNicolas George <nicolas.george@normalesup.org>
Wed, 17 Oct 2012 19:28:58 +0000 (21:28 +0200)
commit709628aa71f24520553eb10b0cf6d56784e6c3ec
tree4be2fe9334f6bc2640fc1efe3b35af648bf371ea
parentd185c8a79bbdcabef4e4cf9efa1bccbe0f9ebf41
lavfi/avf_concat: fix invalid exclusive test.

The invalid test did not cause any actual problem since
the first branch is only possible with bogus filters.

Fix coverity issue CID 733850.
libavfilter/avf_concat.c