custom_video_enc.h
1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*****************************************************************************
* Filename:
* ---------
* custom_video_enc.h
*
* Project:
* --------
* MAUI
*
* Description:
* ------------
* This file can be modified for customied video parameters.
*
* Author:
* -------
* -------
*
*============================================================================
* HISTORY
* Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*------------------------------------------------------------------------------
* removed!
*
* removed!
* removed!
* removed!
*
*
*------------------------------------------------------------------------------
* Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*============================================================================
****************************************************************************/
#ifndef CUSTOM_VIDEO_ENC_H
#define CUSTOM_VIDEO_ENC_H
#include "custom_video_enc_if.h"
typedef struct
{
PFN_CUSTOM_VENC_CTRL pfnCustomVencCtrl;
CUSTOM_VENC_USER_T eCurrentUser;
} CUSTOM_VENC_MGR_T;
#endif // CUSTOM_VIDEO_ENC_H