--- tests/fate/image.mak | 3 +++ tests/ref/fate/aliaspix | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 tests/ref/fate/aliaspix
diff --git a/tests/fate/image.mak b/tests/fate/image.mak index 1357cbd..361b66d 100644 --- a/tests/fate/image.mak +++ b/tests/fate/image.mak @@ -1,3 +1,6 @@ +FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, ALIAS_PIX) += fate-aliaspix +fate-aliaspix: CMD = framecrc -i $(TARGET_SAMPLES)/aliaspix/first.pix + FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, DPX) += fate-dpx fate-dpx: CMD = framecrc -i $(TARGET_SAMPLES)/dpx/lighthouse_rgb48.dpx diff --git a/tests/ref/fate/aliaspix b/tests/ref/fate/aliaspix new file mode 100644 index 0000000..235a5ac --- /dev/null +++ b/tests/ref/fate/aliaspix @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 36000, 0x9ff1ba55 -- 1.8.3.4 (Apple Git-47) _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
