]> git.sesse.net Git - ffmpeg/commit
lavfi/af_asetnsamples: Remove the redundant condition check
authorJun Zhao <barryjzhao@tencent.com>
Sat, 15 Jun 2019 16:22:05 +0000 (00:22 +0800)
committerJun Zhao <barryjzhao@tencent.com>
Tue, 18 Jun 2019 15:27:07 +0000 (23:27 +0800)
commitebcf4d354f5cd1ade20ebfe186527488990b1d7b
treeec20f7759b9ac8cbb1516b41e3ecaff1ba2f0da2
parent2fdbeb0b8cc3b80cf45674522c4867eeb985f274
lavfi/af_asetnsamples: Remove the redundant condition check

Redundant condition: '!A || B' is equivalent to '!A || (A && B)' but
more clearly.

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
libavfilter/af_asetnsamples.c