Commit 932f6a93 authored by vitor's avatar vitor

Fix misc. warnings

Commited in SoC by Vitor Sessak on 2007-12-21 10:53:16


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12106 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 48856b51
......@@ -304,6 +304,9 @@ void avfilter_set_common_formats(AVFilterContext *ctx, AVFilterFormats *formats)
/** Default handler for query_formats() */
int avfilter_default_query_formats(AVFilterContext *ctx);
void avfilter_formats_changeref(AVFilterFormats **oldref,
AVFilterFormats **newref);
/**
* Filter definition. This defines the pads a filter contains, and all the
* callback functions used to interact with the filter.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment