mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-02 05:56:46 +08:00
cosmetic
Originally committed as revision 12175 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -197,6 +197,9 @@ void avfilter_formats_ref(AVFilterFormats *f, AVFilterFormats **ref);
|
|||||||
*/
|
*/
|
||||||
void avfilter_formats_unref(AVFilterFormats **ref);
|
void avfilter_formats_unref(AVFilterFormats **ref);
|
||||||
|
|
||||||
|
void avfilter_formats_changeref(AVFilterFormats **oldref,
|
||||||
|
AVFilterFormats **newref);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A filter pad used for either input or output.
|
* A filter pad used for either input or output.
|
||||||
*/
|
*/
|
||||||
@ -325,9 +328,6 @@ void avfilter_set_common_formats(AVFilterContext *ctx, AVFilterFormats *formats)
|
|||||||
/** Default handler for query_formats() */
|
/** Default handler for query_formats() */
|
||||||
int avfilter_default_query_formats(AVFilterContext *ctx);
|
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
|
* Filter definition. This defines the pads a filter contains, and all the
|
||||||
* callback functions used to interact with the filter.
|
* callback functions used to interact with the filter.
|
||||||
|
Reference in New Issue
Block a user