diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-04-04 20:09:29 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-04-04 20:09:29 +0000 |
commit | 10bff7139a313c1b794da63e7cd6c7ee47b9b808 (patch) | |
tree | d65ce3046d0451da8e333453d54801b6ef60c39b /libavfilter/avfiltergraph.h | |
parent | d2027baac5aaf078a4b7abf5d9d7b0dee4ea6b3b (diff) | |
download | ffmpeg-10bff7139a313c1b794da63e7cd6c7ee47b9b808.tar.gz |
Remove declaration of nonexisting function
Commited in SoC by Vitor Sessak on 2008-04-03 16:30:09
Originally committed as revision 12747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfiltergraph.h')
-rw-r--r-- | libavfilter/avfiltergraph.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h index 58afa04cea..e529af9ff7 100644 --- a/libavfilter/avfiltergraph.h +++ b/libavfilter/avfiltergraph.h @@ -47,11 +47,6 @@ void avfilter_graph_add_filter(AVFilterGraph *graphctx, AVFilterContext *filter) int avfilter_graph_config_formats(AVFilterGraph *graphctx); /** - * Configure the parameters (resolution, etc) of all links in the graph. - */ -int avfilter_graph_config_links(AVFilterGraph *graphctx); - -/** * Free a graph and destroy its links. */ void avfilter_destroy_graph(AVFilterGraph *graph); |