Use forward instead of include
Had a bit of an include loop going on there which caused this issue to occur.
This commit is contained in:
parent
f2d4de3c03
commit
b5bcb1973b
@ -18,12 +18,13 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "media-io-defs.h"
|
#include "media-io-defs.h"
|
||||||
#include "video-scaler.h"
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
struct video_scale_info;
|
||||||
|
|
||||||
/* Base video output component. Use this to create a video output track. */
|
/* Base video output component. Use this to create a video output track. */
|
||||||
|
|
||||||
struct video_output;
|
struct video_output;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user