diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-10 13:39:56 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-10 13:39:56 +0000 |
commit | 3fb8e77a8dff489026448af0245d4db43fb0b868 (patch) | |
tree | 671df5414fa92b7ac769a88760c2ce15d8485176 /libavfilter/avfiltergraph.h | |
parent | 54c5848dbdd39396cba0502839fa061d7c384c89 (diff) | |
download | ffmpeg-3fb8e77a8dff489026448af0245d4db43fb0b868.tar.gz |
Add a log context to avfilter_graph_config_links().
Originally committed as revision 21121 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfiltergraph.h')
-rw-r--r-- | libavfilter/avfiltergraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h index c78d53f0a3..df71ef8543 100644 --- a/libavfilter/avfiltergraph.h +++ b/libavfilter/avfiltergraph.h @@ -66,7 +66,7 @@ int avfilter_graph_config_links(AVFilterGraph *graphctx, AVClass *log_ctx); /** * Configures the formats of all the links in the graph. */ -int avfilter_graph_config_formats(AVFilterGraph *graphctx); +int avfilter_graph_config_formats(AVFilterGraph *graphctx, AVClass *log_ctx); /** * Frees a graph and destroys its links. |