mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-02 21:03:08 +03:00
Fix fate tests errors in tests/ref/fate/source
``` compat/float/limits.h compat/stdbit/stdbit.h libavcodec/bitstream_template.h +libavfilter/vf_overlay_d3d11.h +libavfilter/vf_tonemap_d3d11.h +libavfilter/vf_yadif_d3d11.h tools/decode_simple.h Use of av_clip() where av_clip_uintp2() could be used: Use of av_clip() where av_clip_intp2() could be used: Test source failed. Look at tests/data/fate/source.err for details. make: *** [tests/Makefile:322: fate-source] Error 1 make: *** Waiting for unfinished jobs.... ``` Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
+3
-3
@@ -769,13 +769,13 @@ Index: FFmpeg/libavfilter/vf_yadif_d3d11.h
|
||||
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
+ */
|
||||
+
|
||||
+#ifndef AVFILTER_VF_YADIF_D3D11_H
|
||||
+#define AVFILTER_VF_YADIF_D3D11_H
|
||||
+#ifndef AVFILTER_YADIF_D3D11_H
|
||||
+#define AVFILTER_YADIF_D3D11_H
|
||||
+
|
||||
+#define DEINT_D3D11_TGX 16
|
||||
+#define DEINT_D3D11_TGY 16
|
||||
+
|
||||
+#endif /* AVFILTER_VF_YADIF_D3D11_H */
|
||||
+#endif /* AVFILTER_YADIF_D3D11_H */
|
||||
Index: FFmpeg/libavfilter/d3d11/deint.hlsl
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
|
||||
+3
-3
@@ -885,8 +885,8 @@ Index: FFmpeg/libavfilter/vf_overlay_d3d11.h
|
||||
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
+ */
|
||||
+
|
||||
+#ifndef AVFILTER_VF_OVERLAY_D3D11_H
|
||||
+#define AVFILTER_VF_OVERLAY_D3D11_H
|
||||
+#ifndef AVFILTER_OVERLAY_D3D11_H
|
||||
+#define AVFILTER_OVERLAY_D3D11_H
|
||||
+
|
||||
+#define OVERLAY_D3D11_THREAD_GROUP_X 16
|
||||
+#define OVERLAY_D3D11_THREAD_GROUP_Y 16
|
||||
@@ -906,7 +906,7 @@ Index: FFmpeg/libavfilter/vf_overlay_d3d11.h
|
||||
+ float pad2;
|
||||
+} OverlayD3D11Params;
|
||||
+
|
||||
+#endif /* AVFILTER_VF_OVERLAY_D3D11_H */
|
||||
+#endif /* AVFILTER_OVERLAY_D3D11_H */
|
||||
Index: FFmpeg/libavfilter/vf_transpose_d3d11.c
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
|
||||
+3
-3
@@ -1160,13 +1160,13 @@ Index: FFmpeg/libavfilter/vf_tonemap_d3d11.h
|
||||
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
+ */
|
||||
+
|
||||
+#ifndef AVFILTER_VF_TONEMAP_D3D11_H
|
||||
+#define AVFILTER_VF_TONEMAP_D3D11_H
|
||||
+#ifndef AVFILTER_TONEMAP_D3D11_H
|
||||
+#define AVFILTER_TONEMAP_D3D11_H
|
||||
+
|
||||
+#define TONEMAP_D3D11_TGX 16
|
||||
+#define TONEMAP_D3D11_TGY 16
|
||||
+
|
||||
+#endif /* AVFILTER_VF_TONEMAP_D3D11_H */
|
||||
+#endif /* AVFILTER_TONEMAP_D3D11_H */
|
||||
Index: FFmpeg/libavfilter/d3d11/tonemap.hlsl
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
|
||||
Reference in New Issue
Block a user