Samples - clean up rocdecdecode (#693)
[ROCm/rocdecode commit: ad21e8f98f]
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
7ee9e08a74
Коммит
8bcde11500
@@ -35,11 +35,6 @@ THE SOFTWARE.
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
|
||||
static inline int align(int value, int alignment) {
|
||||
return (value + alignment - 1) & ~(alignment - 1);
|
||||
}
|
||||
|
||||
__attribute__((visibility("hidden"))) inline bool is_error(rocDecStatus status)
|
||||
{
|
||||
return status != ROCDEC_SUCCESS;
|
||||
|
||||
Ссылка в новой задаче
Block a user