Skip to content

Commit 9df9d45

Browse files
authored
Merge pull request #55 from Xaymar/master
Fix inconsistent include path in VCE and HEVC
2 parents 1ee0166 + 2fb7877 commit 9df9d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amf/public/include/components/VideoEncoderHEVC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define __AMFVideoEncoderHW_HEVC_h__
2525
#pragma once
2626

27-
#include "public/include/components/Component.h"
27+
#include "Component.h"
2828

2929
#define AMFVideoEncoder_HEVC L"AMFVideoEncoderHW_HEVC"
3030

0 commit comments

Comments
 (0)