]> git.sesse.net Git - ffmpeg/commit
avfilter/ebur128: do not allow null ebur128 context in ff_ebur128_relative_threshold
authorMarton Balint <cus@passwd.hu>
Wed, 25 Jan 2017 00:06:42 +0000 (01:06 +0100)
committerMarton Balint <cus@passwd.hu>
Sat, 4 Feb 2017 22:54:17 +0000 (23:54 +0100)
commita91cedf79a92377300006b66b8707ae52021eea9
tree0671d60e99495651110103971963b92bfd4190b8
parent1687fa2131310875e9366b67601ff28e55a43d1c
avfilter/ebur128: do not allow null ebur128 context in ff_ebur128_relative_threshold

The user should supply a proper context.

Fixes Coverity CID 1396246.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavfilter/ebur128.c