summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.h
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-04-04 20:08:19 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-04-04 20:08:19 +0000
commit25a0d98074f35127bc01a4fac76d04d0656b39a2 (patch)
tree92dabd342f8573d690ac0459e3ffd5fed3c001df /libavfilter/avfiltergraph.h
parent4dae572fffd41543b0c161f59919b6d2a76859d9 (diff)
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/avfiltergraph.h')
-rw-r--r--libavfilter/avfiltergraph.h4
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"