[FFmpeg-soc] [soc]: r1918 - libavfilter/avfiltergraph.h
vitor
subversion at mplayerhq.hu
Sat Feb 16 18:48:09 CET 2008
Author: vitor
Date: Sat Feb 16 18:48:09 2008
New Revision: 1918
Log:
Make multiple inclusion guard adhere to convention
Modified:
libavfilter/avfiltergraph.h
Modified: libavfilter/avfiltergraph.h
==============================================================================
--- libavfilter/avfiltergraph.h (original)
+++ libavfilter/avfiltergraph.h Sat Feb 16 18:48:09 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-soc
mailing list