Fix a compilation issue in RHEL8 (#394)

[ROCm/rocdecode commit: d2ef14606c]
Этот коммит содержится в:
Aryan Salmanpour
2024-07-23 10:48:15 -04:00
коммит произвёл GitHub
родитель 2487a43c06
Коммит 19589a4f2f
+1 -1
Просмотреть файл
@@ -156,7 +156,7 @@ rocDecStatus VaapiVideoDecoder::CreateDecoderConfig() {
#if VA_CHECK_VERSION(1,6,0)
va_profile_ = VAProfileAV1Profile0;
#else
va_profile_ = 32; // VAProfileAV1Profile0;
va_profile_ = static_cast<VAProfile>(32); // VAProfileAV1Profile0;
#endif
break;
default: