Skip to content

Commit b17bf6f

Browse files
authoredOct 29, 2023
v1.2.3
Final official release
1 parent 3e10917 commit b17bf6f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+21378
-677
lines changed
 

‎EncodeGUI.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@
191191
<ClCompile Include="src\ui\vpx.cpp" />
192192
<ClCompile Include="src\ui\vs.cpp" />
193193
<ClCompile Include="src\vs\colors.cpp" />
194+
<ClCompile Include="src\vs\realsr.cpp" />
194195
<ClCompile Include="src\vs\rife.cpp" />
195-
<ClCompile Include="src\vs\srmd.cpp" />
196196
<ClCompile Include="src\vs\svpflow.cpp" />
197197
<ClCompile Include="src\vs\vapoursynth.cpp" />
198198
<ClCompile Include="src\vs\waifu2x.cpp" />

‎EncodeGUI.vcxproj.filters

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
<ClCompile Include="src\vs\rife.cpp">
3333
<Filter>Source Files</Filter>
3434
</ClCompile>
35-
<ClCompile Include="src\vs\srmd.cpp">
36-
<Filter>Source Files</Filter>
37-
</ClCompile>
3835
<ClCompile Include="src\vs\svpflow.cpp">
3936
<Filter>Source Files</Filter>
4037
</ClCompile>
@@ -209,6 +206,9 @@
209206
<ClCompile Include="src\ui\subtitles.cpp">
210207
<Filter>Source Files</Filter>
211208
</ClCompile>
209+
<ClCompile Include="src\vs\realsr.cpp">
210+
<Filter>Source Files</Filter>
211+
</ClCompile>
212212
</ItemGroup>
213213
<ItemGroup>
214214
<ClInclude Include="include\vapoursynth.hpp">

0 commit comments

Comments
 (0)
Please sign in to comment.