[FFmpeg-cvslog] r12724 - trunk/libavfilter/avfiltergraph.h

vitor subversion
Fri Apr 4 22:08:20 CEST 2008


Author: vitor
Date: Fri Apr  4 22:08:19 2008
New Revision: 12724

Log:
Make multiple inclusion guard adhere to convention
Commited in SoC by Vitor Sessak on 2008-02-16 17:48:09


Modified:
   trunk/libavfilter/avfiltergraph.h

Modified: trunk/libavfilter/avfiltergraph.h
==============================================================================
--- trunk/libavfilter/avfiltergraph.h	(original)
+++ trunk/libavfilter/avfiltergraph.h	Fri Apr  4 22:08:19 2008
@@ -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"
 




More information about the ffmpeg-cvslog mailing list