xref: /rockchip-linux_mpp/mpp/codec/rc/rc_api.h (revision 437bfbeb9567cca9cd9080e3f6954aa9d6a94f18)
1 /* SPDX-License-Identifier: Apache-2.0 OR MIT */
2 /*
3  * Copyright (c) 2016 Rockchip Electronics Co., Ltd.
4  */
5 
6 #ifndef __RC_IMPL_H__
7 #define __RC_IMPL_H__
8 
9 #include "mpp_rc_api.h"
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 RcImplApi *rc_api_get(MppCodingType type, const char *name);
16 
17 #ifdef __cplusplus
18 }
19 #endif
20 
21 #endif /* __RC_IMPL_H__ */
22