mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
build: use static instead of prototype in libavfilter fragment
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#include <libavfilter/avfilter.h>
|
||||
void vf_next_query_format(void);
|
||||
void vf_next_query_format() {}
|
||||
static void vf_next_query_format() {}
|
||||
int main(void) {
|
||||
avfilter_register_all();
|
||||
vf_next_query_format();
|
||||
|
||||
Reference in New Issue
Block a user