0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

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:
jp9000 2014-02-18 13:43:01 -07:00
parent f2d4de3c03
commit b5bcb1973b

View File

@ -18,12 +18,13 @@
#pragma once
#include "media-io-defs.h"
#include "video-scaler.h"
#ifdef __cplusplus
extern "C" {
#endif
struct video_scale_info;
/* Base video output component. Use this to create a video output track. */
struct video_output;