aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/version.h
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2024-10-10 15:56:32 +0200
committerNiklas Haas <git@haasn.dev>2024-11-25 11:02:12 +0100
commitfb1696400924e14e65f842a93300b95a23f849fa (patch)
tree30fc06c32edbb05359b5afea87463a498bdf1b99 /libswscale/version.h
parent6a91a165fdae1cb19e48b9a403d94a930ffc54bb (diff)
downloadffmpeg-fb1696400924e14e65f842a93300b95a23f849fa.tar.gz
swscale: organize and better document flags
Group them into an enum rather than random #defines, and document their behavior a bit more obviously. Of particular note, I discovered that SWS_DIRECT_BGR is not referenced anywhere else in the code base. As such, I have moved it to the deprecated section, alongside SWS_ERROR_DIFFUSION. Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <git@haasn.dev>
Diffstat (limited to 'libswscale/version.h')
-rw-r--r--libswscale/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/version.h b/libswscale/version.h
index a5f5b2e3c7..16459ca9f7 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -28,7 +28,7 @@
#include "version_major.h"
-#define LIBSWSCALE_VERSION_MINOR 10
+#define LIBSWSCALE_VERSION_MINOR 11
#define LIBSWSCALE_VERSION_MICRO 100
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \