28 lines
443 B
C
Executable File
28 lines
443 B
C
Executable File
/*
|
|
* Copyright (c) Hunan Goke,Chengdu Goke,Shandong Goke. 2021. All rights reserved.
|
|
*/
|
|
|
|
|
|
#ifndef __GK_INNER_VO_H__
|
|
#define __GK_INNER_VO_H__
|
|
|
|
#include "common_video.h"
|
|
#include "common_vo.h"
|
|
#include "common.h"
|
|
|
|
#ifdef __cplusplus
|
|
#if __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#endif /* __cplusplus */
|
|
|
|
#define VO_DESC(x) 1
|
|
|
|
#ifdef __cplusplus
|
|
#if __cplusplus
|
|
}
|
|
#endif
|
|
#endif /* __cplusplus */
|
|
|
|
#endif /* __GK_INNER_VO_H__ */
|