Skip to content

Commit 177a911

Browse files
committed
Bump interface version after YUV440 additions
1 parent 86725cf commit 177a911

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

avs_core/include/avisynth.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ enum AvsVersion {
129129
AVISYNTH_CLASSIC_INTERFACE_VERSION_25 = 3,
130130
AVISYNTH_CLASSIC_INTERFACE_VERSION_26BETA = 5,
131131
AVISYNTH_CLASSIC_INTERFACE_VERSION = 6,
132-
AVISYNTH_INTERFACE_VERSION = 12,
132+
AVISYNTH_INTERFACE_VERSION = 13,
133133
AVISYNTHPLUS_INTERFACE_BUGFIX_VERSION = 0 // reset to zero whenever the normal interface version bumps
134134
};
135135

avs_core/include/avisynth_c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
#ifndef __AVISYNTH_12_H__
168168
enum {
169169
AVISYNTH_INTERFACE_CLASSIC_VERSION = 6,
170-
AVISYNTH_INTERFACE_VERSION = 12,
170+
AVISYNTH_INTERFACE_VERSION = 13,
171171
AVISYNTHPLUS_INTERFACE_BUGFIX_VERSION = 0 // reset to zero whenever the normal interface version bumps
172172
};
173173
#endif

distrib/docs/english/source/avisynthdoc/changelist376.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Changes from 3.7.5 to 3.7.6
33

44
Additions, changes
55
~~~~~~~~~~~~~~~~~~
6+
- Added YUV(A) 4:4:0 pixel format constants
67
- Added ``SetFilterProp``, ``GetFilterProps``, and ``SetFilterPropPassthrough``:
78

89
* ``SetFilterProp`` — automatically inject a frame property on the output of a named filter
@@ -173,6 +174,7 @@ Additions, changes
173174

174175
Build environment, Interface
175176
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
177+
- Bump to interface version 13 for new color constants
176178
- introduce ``AVS_RESTRICT`` to ``avs/config.h`` (compiler invariant c++ ``__restrict``)
177179
- AVX512: CMake to recognize ``*_avx512b.*`` and ``*_avx512.*`` file pattern, add compiler specific AVX512
178180
compile flags accordingly (AVX512 Base and Ice Lake extensions)

0 commit comments

Comments
 (0)