mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 03:10:39 +01:00
Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Signed-off-by: Chandler Chen <chandler.chen@rock-chips.com> Signed-off-by: Hongjin Li <vic.hong@rock-chips.com> Change-Id: Ie60f680329ac6a861c7f7124955a35968fb82823
13 lines
269 B
C
13 lines
269 B
C
/* SPDX-License-Identifier: Apache-2.0 OR MIT */
|
|
/*
|
|
* Copyright (c) 2015 Rockchip Electronics Co., Ltd.
|
|
*/
|
|
|
|
#ifndef __MPP_ENC_CFG_IMPL_H__
|
|
#define __MPP_ENC_CFG_IMPL_H__
|
|
|
|
#include "mpp_enc_cfg.h"
|
|
|
|
extern RK_U8 uuid_refresh_cfg[16];
|
|
|
|
#endif /*__MPP_ENC_CFG_IMPL_H__*/
|