1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

avfilter/vf_blackdetect: Fix header guard

Fix fate-source failure.
This commit is contained in:
Zhao Zhili
2025-07-18 19:32:42 +08:00
committed by Niklas Haas
parent bfab026298
commit a218cafe4d

View File

@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef AVFILTER_VF_BLACKDETECT_H #ifndef AVFILTER_BLACKDETECT_H
#define AVFILTER_VF_BLACKDETECT_H #define AVFILTER_BLACKDETECT_H
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>
@ -68,4 +68,4 @@ static inline ff_blackdetect_fn ff_blackdetect_get_fn(int depth)
return fn; return fn;
} }
#endif /* AVFILTER_VF_BLACKDETECT_H */ #endif /* AVFILTER_BLACKDETECT_H */