You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
avfilter/stack_internal: fix checkheaders test
Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
#ifndef AVFILTER_STACK_INTERNAL_H
|
||||
#define AVFILTER_STACK_INTERNAL_H
|
||||
|
||||
#ifdef HWContext
|
||||
|
||||
#include "libavfilter/framesync.h"
|
||||
|
||||
enum {
|
||||
STACK_H = 0,
|
||||
STACK_V = 1,
|
||||
@@ -57,4 +61,6 @@ static int stack_init(AVFilterContext *avctx);
|
||||
static av_cold void stack_uninit(AVFilterContext *avctx);
|
||||
static int stack_activate(AVFilterContext *avctx);
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* AVFILTER_STACK_INTERNAL_H */
|
||||
|
||||
Reference in New Issue
Block a user