]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_blackdetect: use the name 's' for the pointer to the private context
authorPaul B Mahol <onemda@gmail.com>
Fri, 29 Jan 2021 13:14:14 +0000 (14:14 +0100)
committerPaul B Mahol <onemda@gmail.com>
Fri, 29 Jan 2021 13:40:56 +0000 (14:40 +0100)
commit0bcba12a5589a8f24bc5df85a9b8043d3a37b8a0
tree793d4489b01fe3ae856125e59c8ee50ced69ce59
parentd8b2fae3c73d92608abeaa04402fd05266e29bb2
avfilter/vf_blackdetect: use the name 's' for the pointer to the private context

This is consistent across filters and also is less typing.
libavfilter/vf_blackdetect.c