[FFmpeg-cvslog] vsrc_buffer.h: add multiple inclusion guards

Stefano Sabatini git at videolan.org
Mon Apr 11 11:44:20 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Sun Apr  3 17:46:43 2011 +0200| [e601ff19b465a0ef75515ecb6366e2c925a791de] | committer: Stefano Sabatini

vsrc_buffer.h: add multiple inclusion guards

Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>

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

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

diff --git a/libavfilter/vsrc_buffer.h b/libavfilter/vsrc_buffer.h
index f6e024c..63c9166 100644
--- a/libavfilter/vsrc_buffer.h
+++ b/libavfilter/vsrc_buffer.h
@@ -19,6 +19,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifndef AVFILTER_VSRC_BUFFER_H
+#define AVFILTER_VSRC_BUFFER_H
+
 #include "libavcodec/avcodec.h" /* AVFrame */
 #include "avfilter.h"
 
@@ -29,3 +32,5 @@ int av_vsrc_buffer_add_frame2(AVFilterContext *buffer_filter, AVFrame *frame,
                               int64_t pts, AVRational pixel_aspect, int width,
                               int height, enum PixelFormat  pix_fmt,
                               const char *sws_param);
+
+#endif /* AVFILTER_VSRC_BUFFER_H */



More information about the ffmpeg-cvslog mailing list