Commit e601ff19 authored by Stefano Sabatini's avatar Stefano Sabatini

vsrc_buffer.h: add multiple inclusion guards

Signed-off-by: 's avatarStefano Sabatini <stefano.sabatini-lala@poste.it>
parent f763a7c6
...@@ -19,6 +19,9 @@ ...@@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * 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 "libavcodec/avcodec.h" /* AVFrame */
#include "avfilter.h" #include "avfilter.h"
...@@ -29,3 +32,5 @@ int av_vsrc_buffer_add_frame2(AVFilterContext *buffer_filter, AVFrame *frame, ...@@ -29,3 +32,5 @@ int av_vsrc_buffer_add_frame2(AVFilterContext *buffer_filter, AVFrame *frame,
int64_t pts, AVRational pixel_aspect, int width, int64_t pts, AVRational pixel_aspect, int width,
int height, enum PixelFormat pix_fmt, int height, enum PixelFormat pix_fmt,
const char *sws_param); const char *sws_param);
#endif /* AVFILTER_VSRC_BUFFER_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment