]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/formats.h
lavfi: remove avfilter_default_* from public API on next bump.
[ffmpeg] / libavfilter / formats.h
index 7e0a60114ce739788d1110f41f1688e7cd92d62c..9acd31f38a6b42a08809ff14fe9559ec21d54518 100644 (file)
@@ -75,4 +75,6 @@ void ff_channel_layouts_unref(AVFilterChannelLayouts **ref);
 void ff_channel_layouts_changeref(AVFilterChannelLayouts **oldref,
                                   AVFilterChannelLayouts **newref);
 
+int ff_default_query_formats(AVFilterContext *ctx);
+
 #endif // AVFILTER_FORMATS_H