[FFmpeg-cvslog] fate/vcodec: stop using the deprecated v408 codec
James Almer
git at videolan.org
Wed Oct 16 16:12:37 EEST 2024
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Oct 14 00:10:54 2024 -0300| [03a88e56e017ac443f76c2617aa4231e347916aa] | committer: James Almer
fate/vcodec: stop using the deprecated v408 codec
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03a88e56e017ac443f76c2617aa4231e347916aa
---
tests/fate/vcodec.mak | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak
index c1818ab904..65f73057de 100644
--- a/tests/fate/vcodec.mak
+++ b/tests/fate/vcodec.mak
@@ -452,9 +452,10 @@ fate-vsynth%-v308: ENCOPTS = -pix_fmt vyu444 -sws_flags neighbor+b
fate-vsynth%-v308: DECOPTS = -sws_flags neighbor+bitexact
fate-vsynth%-v308: CODEC = rawvideo
-FATE_VCODEC_SCALE-$(call ENCDEC, V408, AVI) += v408
-fate-vsynth%-v408: ENCOPTS = -sws_flags neighbor+bitexact
+FATE_VCODEC_SCALE-$(call ENCDEC, RAWVIDEO, AVI) += v408
+fate-vsynth%-v408: ENCOPTS = -pix_fmt uyva -sws_flags neighbor+bitexact
fate-vsynth%-v408: DECOPTS = -sws_flags neighbor+bitexact
+fate-vsynth%-v408: CODEC = rawvideo
FATE_VCODEC_SCALE-$(call ENCDEC, AVUI, MOV) += avui
fate-vsynth%-avui: ENCOPTS = -s pal -strict experimental -sws_flags neighbor+bitexact
More information about the ffmpeg-cvslog
mailing list