[FFmpeg-cvslog] lavfi: add missing header mulitple-inclusion guard in transform.h

Stefano Sabatini git at videolan.org
Thu Oct 20 16:01:38 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Thu Oct 20 15:56:56 2011 +0200| [43fce2214b1c9d0d3cbcc84f06238a63081e07fb] | committer: Stefano Sabatini

lavfi: add missing header mulitple-inclusion guard in transform.h

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=43fce2214b1c9d0d3cbcc84f06238a63081e07fb
---

 libavfilter/transform.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/libavfilter/transform.h b/libavfilter/transform.h
index 6e68848..701c833 100644
--- a/libavfilter/transform.h
+++ b/libavfilter/transform.h
@@ -19,6 +19,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifndef AVFILTER_TRANSFORM_H
+#define AVFILTER_TRANSFORM_H
+
 /**
  * @file
  * transform input video
@@ -118,3 +121,4 @@ void avfilter_transform(const uint8_t *src, uint8_t *dst,
                         enum InterpolateMethod interpolate,
                         enum FillMethod fill);
 
+#endif /* AVFILTER_TRANSFORM_H */



More information about the ffmpeg-cvslog mailing list