[FFmpeg-devel] [PATCH 1/3] tests: Add pullup filter test

Timothy Gu timothygu99 at gmail.com
Sun Jun 1 06:02:37 CEST 2014


Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 tests/fate/filter-video.mak          |  3 +++
 tests/ref/fate/filter-pixfmts-pullup | 12 ++++++++++++
 2 files changed, 15 insertions(+)
 create mode 100644 tests/ref/fate/filter-pixfmts-pullup

diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index 8b3ca40..b3b2518 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/fate/filter-video.mak
@@ -300,6 +300,9 @@ fate-filter-pixfmts-null:  CMD = pixfmts
 FATE_FILTER_PIXFMTS-$(CONFIG_PAD_FILTER) += fate-filter-pixfmts-pad
 fate-filter-pixfmts-pad:   CMD = pixfmts "500:400:20:20"
 
+FATE_FILTER_PIXFMTS-$(call ALLYES, TELECINE_FILTER PULLUP_FILTER) += fate-filter-pixfmts-pullup
+fate-filter-pixfmts-pullup: CMD = pixfmts "" "telecine,"
+
 FATE_FILTER_PIXFMTS-$(CONFIG_ROTATE_FILTER) += fate-filter-pixfmts-rotate
 fate-filter-pixfmts-rotate: CMD = pixfmts "2*PI*n/50"
 
diff --git a/tests/ref/fate/filter-pixfmts-pullup b/tests/ref/fate/filter-pixfmts-pullup
new file mode 100644
index 0000000..c406d1c
--- /dev/null
+++ b/tests/ref/fate/filter-pixfmts-pullup
@@ -0,0 +1,12 @@
+gray                d39e18e32032ff22653df6b166e63d28
+yuv410p             7bf504443a542a45b104c80e84ba71fc
+yuv411p             984dc2dd858c112890ec392d67955edc
+yuv420p             db8bdc0191dd669419fcb28a26bf9acb
+yuv422p             b255751a646eb12087b1766de0650b52
+yuv440p             421228103ae192db87c05677c8a5c58f
+yuv444p             b94e5c0a63aedac7efcc8bc5e7800fe7
+yuvj411p            36bf69556c95ec4ff2e6b3d524b7d34b
+yuvj420p            2dc343b7d5353b2f769aa41b59885abf
+yuvj422p            c5bdb2ea53ae3db4c6859d514f6a473c
+yuvj440p            9babeadd76a194e37d082ebe7ed11553
+yuvj444p            d0170299a3cbc649956e9f31d0898cec
-- 
1.9.1



More information about the ffmpeg-devel mailing list