Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions _studio/mfx_lib/decode/h265/include/mfx_h265_dec_decode.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2019 Intel Corporation
// Copyright (c) 2012-2020 Intel Corporation
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -49,9 +49,9 @@ namespace UMC_HEVC_DECODER
class VATaskSupplier;
class H265DecoderFrame;
}

typedef UMC_HEVC_DECODER::VATaskSupplier MFX_AVC_Decoder_H265;


class VideoDECODE;
// HEVC decoder interface class
class VideoDECODEH265 : public VideoDECODE
Expand Down Expand Up @@ -114,7 +114,6 @@ class VideoDECODEH265 : public VideoDECODE

// Fill up resolution information if new header arrived
void FillVideoParam(mfxVideoParamWrapper *par, bool full);

// Fill up frame allocator request data
mfxStatus UpdateAllocRequest(mfxVideoParam *par,
mfxFrameAllocRequest *request,
Expand Down
Loading