mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Handle av_realloc() failure
Commited in SoC by Vitor Sessak on 2008-04-04 15:35:38 Originally committed as revision 12754 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -39,7 +39,7 @@ AVFilterContext *avfilter_graph_get_filter(AVFilterGraph *graph, char *name);
|
||||
* @param graph The filter graph
|
||||
* @param filter The filter to be added
|
||||
*/
|
||||
void avfilter_graph_add_filter(AVFilterGraph *graphctx, AVFilterContext *filter);
|
||||
int avfilter_graph_add_filter(AVFilterGraph *graphctx, AVFilterContext *filter);
|
||||
|
||||
/**
|
||||
* Configure the formats of all the links in the graph.
|
||||
|
||||
Reference in New Issue
Block a user