mirror of
https://gitee.com/openharmony/multimedia_av_codec
synced 2024-11-27 09:01:07 +00:00
【修改说明】 修改编译错误
Signed-off-by: li-jianchao1993 <lijianchao9@huawei.com>
This commit is contained in:
parent
0ebb2a9056
commit
bd011773f6
@ -16,6 +16,7 @@
|
||||
#include "codec_server.h"
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <malloc.h>
|
||||
#include "avcodec_dfx.h"
|
||||
#include "avcodec_errors.h"
|
||||
#include "avcodec_log.h"
|
||||
|
@ -82,7 +82,7 @@ AVSharedMemoryBase::~AVSharedMemoryBase()
|
||||
Close();
|
||||
}
|
||||
|
||||
int32_t AVSharedMemoryBase::Init(bool isMapVirAddr = true)
|
||||
int32_t AVSharedMemoryBase::Init(bool isMapVirAddr)
|
||||
{
|
||||
ON_SCOPE_EXIT(0) {
|
||||
AVCODEC_LOGE("create avsharedmemory failed, name = %{public}s, size = %{public}d, "
|
||||
|
Loading…
Reference in New Issue
Block a user