[FFmpeg-cvslog] fate: add a case for ticket #3229
Zhong Li
git at videolan.org
Tue Aug 13 05:49:39 EEST 2019
ffmpeg | branch: master | Zhong Li <zhong.li at intel.com> | Mon Aug 12 14:13:33 2019 +0800| [8cd96e13eea858108667000d47281b8811042d1b] | committer: Zhong Li
fate: add a case for ticket #3229
Reviewed-by: Michael Niedermayer <michael at niedermayer.cc>
Reviewed-by: Thilo Borgmann <thilo.borgmann at mail.de>
Signed-off-by: Zhong Li <zhong.li at intel.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8cd96e13eea858108667000d47281b8811042d1b
---
tests/fate/video.mak | 3 +++
tests/ref/fate/mjpeg-ticket3229 | 8 ++++++++
2 files changed, 11 insertions(+)
diff --git a/tests/fate/video.mak b/tests/fate/video.mak
index be1458c8bb..d2d43e518d 100644
--- a/tests/fate/video.mak
+++ b/tests/fate/video.mak
@@ -232,6 +232,9 @@ fate-mimic: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/mimic/mimic2-womanl
FATE_VIDEO-$(call DEMDEC, MOV, MJPEGB) += fate-mjpegb
fate-mjpegb: CMD = framecrc -idct simple -fflags +bitexact -i $(TARGET_SAMPLES)/mjpegb/mjpegb_part.mov -an
+FATE_VIDEO-$(call DEMDEC, AVI, MJPEG) += fate-mjpeg-ticket3229
+fate-mjpeg-ticket3229: CMD = framecrc -idct simple -fflags +bitexact -i $(TARGET_SAMPLES)/mjpeg/mjpeg_field_order.avi -an
+
FATE_VIDEO-$(call DEMDEC, MVI, MOTIONPIXELS) += fate-motionpixels
fate-motionpixels: CMD = framecrc -i $(TARGET_SAMPLES)/motion-pixels/INTRO-partial.MVI -an -pix_fmt rgb24 -frames:v 111
diff --git a/tests/ref/fate/mjpeg-ticket3229 b/tests/ref/fate/mjpeg-ticket3229
new file mode 100644
index 0000000000..fc5a8dd7ff
--- /dev/null
+++ b/tests/ref/fate/mjpeg-ticket3229
@@ -0,0 +1,8 @@
+#tb 0: 1/30
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 468x312
+#sar 0: 0/1
+0, 0, 0, 1, 292032, 0x3af3a5f7
+0, 6, 6, 1, 292032, 0xe97fb504
+0, 8, 8, 1, 292032, 0xd448db04
More information about the ffmpeg-cvslog
mailing list