summaryrefslogtreecommitdiff
path: root/libswscale/version.h
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2022-08-19 16:53:37 -0700
committerPhilip Langdale <philipl@overt.org>2022-08-25 19:03:49 -0700
commit45726aa1177ee7d9d17435f879c96ab3537d8ad3 (patch)
treee76b5e34bdb1f288378e445027059b519c11367f /libswscale/version.h
parentcc5a5c986047d38b53c0f12a227b04487624e7cb (diff)
libswscale: add support for VUYX format
As we already have support for VUYA, I figured I should do the small amount of work to support VUYX as well. That means a little refactoring to share code.
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 d8694bb5c0..17264b45da 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -29,7 +29,7 @@
#include "version_major.h"
#define LIBSWSCALE_VERSION_MINOR 8
-#define LIBSWSCALE_VERSION_MICRO 103
+#define LIBSWSCALE_VERSION_MICRO 104
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \