mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
vsrc_buffer.h: add multiple inclusion guards
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
This commit is contained in:
parent
f763a7c669
commit
e601ff19b4
@ -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,
|
|||||||
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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user