HxNvr/resources/libraries/mpp/base/mpp_enc_cfg_impl.h

31 lines
905 B
C
Raw Normal View History

2024-01-30 18:59:29 +08:00
/*
* Copyright 2015 Rockchip Electronics Co. LTD
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef __MPP_ENC_CFG_IMPL_H__
#define __MPP_ENC_CFG_IMPL_H__
#include "mpp_trie.h"
#include "mpp_enc_cfg.h"
extern RK_U8 uuid_refresh_cfg[16];
typedef struct MppEncCfgImpl_t {
RK_S32 size;
MppEncCfgSet cfg;
} MppEncCfgImpl;
#endif /*__MPP_ENC_CFG_IMPL_H__*/