Skip to content

Commit

Permalink
[Decode] add detaied log for new codec
Browse files Browse the repository at this point in the history
add log print
  • Loading branch information
yawenyan authored and intel-mediadev committed Dec 19, 2024
1 parent 9cf488f commit 75b23e8
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020-2023, Intel Corporation
* Copyright (c) 2020-2024, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -115,6 +115,10 @@ void DecodeMemComp::InitDecodeMmc(CodechalHwInterfaceNext *hwInterface)
#if (_DEBUG || _RELEASE_INTERNAL)
m_compressibleId = __MEDIA_USER_FEATURE_VALUE_MMC_DEC_RT_COMPRESSIBLE_ID;
m_compressModeId = __MEDIA_USER_FEATURE_VALUE_MMC_DEC_RT_COMPRESSMODE_ID;
if (m_mmcEnabledForDecode)
{
DECODE_NORMALMESSAGE("Decode MMC ON ");
}
#endif
}

Expand Down

0 comments on commit 75b23e8

Please sign in to comment.