diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-04-04 20:08:19 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-04-04 20:08:19 +0000 |
commit | 25a0d98074f35127bc01a4fac76d04d0656b39a2 (patch) | |
tree | 92dabd342f8573d690ac0459e3ffd5fed3c001df /libavfilter | |
parent | 4dae572fffd41543b0c161f59919b6d2a76859d9 (diff) | |
download | ffmpeg-25a0d98074f35127bc01a4fac76d04d0656b39a2.tar.gz |
Make multiple inclusion guard adhere to convention
Commited in SoC by Vitor Sessak on 2008-02-16 17:48:09
Originally committed as revision 12724 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/avfiltergraph.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h index 385fdb788d..2e308f5870 100644 --- a/libavfilter/avfiltergraph.h +++ b/libavfilter/avfiltergraph.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FFMPEG_AVFILTER_GRAPH_H -#define FFMPEG_AVFILTER_GRAPH_H +#ifndef FFMPEG_AVFILTERGRAPH_H +#define FFMPEG_AVFILTERGRAPH_H #include "avfilter.h" |