1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

lavfi/buffersink: fix header inclusion guard name

This commit is contained in:
Stefano Sabatini
2012-04-29 18:43:32 +02:00
parent 3dafde0b96
commit 46eba43e0e

View File

@@ -16,8 +16,8 @@
* 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_VSINK_BUFFER_H #ifndef AVFILTER_BUFFERSINK_H
#define AVFILTER_VSINK_BUFFER_H #define AVFILTER_BUFFERSINK_H
/** /**
* @file * @file
@@ -98,4 +98,4 @@ int av_vsink_buffer_get_video_buffer_ref(AVFilterContext *buffer_sink,
AVFilterBufferRef **picref, int flags); AVFilterBufferRef **picref, int flags);
#endif #endif
#endif /* AVFILTER_VSINK_BUFFER_H */ #endif /* AVFILTER_BUFFERSINK_H */