12 lines
378 B
Diff
12 lines
378 B
Diff
--- a/sdk/src/gfx/freeimage.cpp 2024-05-23 06:07:49.544014882 +0900
|
|
+++ b/sdk/src/gfx/freeimage.cpp 2024-05-23 06:12:29.575018194 +0900
|
|
@@ -212,7 +212,7 @@
|
|
#ifdef AV_CODEC_CAP_TRUNCATED
|
|
#define CAP_TRUNCATED AV_CODEC_CAP_TRUNCATED
|
|
#else
|
|
-#define CAP_TRUNCATED CODEC_CAP_TRUNCATED
|
|
+#define CAP_TRUNCATED 0
|
|
#endif
|
|
|
|
const char *GfxProviderFreeImage::supportedformatsFfmpeg()
|