diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-04-04 20:08:22 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-04-04 20:08:22 +0000 |
commit | c7330a90ef9c5246fa1811e95f7bcd7166ce197f (patch) | |
tree | b7cebed35d8f58628ab8b8e5cbc26bbd8f29d853 /libavfilter | |
parent | 25a0d98074f35127bc01a4fac76d04d0656b39a2 (diff) | |
download | ffmpeg-c7330a90ef9c5246fa1811e95f7bcd7166ce197f.tar.gz |
Make comment match code
Commited in SoC by Vitor Sessak on 2008-02-16 17:48:31
Originally committed as revision 12725 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-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 2e308f5870..b491e6c163 100644 --- a/libavfilter/avfiltergraph.h +++ b/libavfilter/avfiltergraph.h @@ -138,4 +138,4 @@ int avfilter_graph_config_formats(AVFilterContext *graphctx); */ int avfilter_graph_config_links(AVFilterContext *graphctx); -#endif /* FFMPEG_AVFILTER_H */ +#endif /* FFMPEG_AVFILTERGRAPH_H */ |