forked from FFmpeg/FFmpeg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit 'a70eac7a9b193e8434b5bed90bd72aa4cb688363'
* commit 'a70eac7a9b193e8434b5bed90bd72aa4cb688363': tests: Convert image2pipe tests to non-legacy test scripts Merged-by: James Almer <[email protected]>
- Loading branch information
Showing
8 changed files
with
69 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
FATE_LAVF_IMAGE2PIPE-$(call ENCDEC, PBM, IMAGE2PIPE) += pbmpipe | ||
FATE_LAVF_IMAGE2PIPE-$(call ENCDEC, PGM, IMAGE2PIPE) += pgmpipe | ||
FATE_LAVF_IMAGE2PIPE-$(call ENCDEC, PPM, IMAGE2PIPE) += ppmpipe | ||
|
||
FATE_LAVF_IMAGE2PIPE = $(FATE_LAVF_IMAGE2PIPE-yes:%=fate-lavf-%) | ||
|
||
$(FATE_LAVF_IMAGE2PIPE): CMD = lavf_image2pipe | ||
$(FATE_LAVF_IMAGE2PIPE): REF = $(SRC_PATH)/tests/ref/lavf/$(@:fate-lavf-%=%) | ||
$(FATE_LAVF_IMAGE2PIPE): $(VREF) | ||
|
||
FATE_AVCONV += $(FATE_LAVF_IMAGE2PIPE) | ||
fate-lavf-image2pipe fate-lavf: $(FATE_LAVF_IMAGE2PIPE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
8b974da7f48f9e6d5ae327b4444a71fb *./tests/data/lavf/pbmpipe.pbm | ||
317075 ./tests/data/lavf/pbmpipe.pbm | ||
./tests/data/lavf/pbmpipe.pbm CRC=0xfc010c66 | ||
8b974da7f48f9e6d5ae327b4444a71fb *tests/data/lavf/pbmpipe.pbm | ||
317075 tests/data/lavf/pbmpipe.pbm | ||
tests/data/lavf/pbmpipe.pbm CRC=0xfc010c66 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
c34e37ea49237c2d1ea81a5944328e59 *./tests/data/lavf/pgmpipe.pgm | ||
2534775 ./tests/data/lavf/pgmpipe.pgm | ||
./tests/data/lavf/pgmpipe.pgm CRC=0x7aa0122f | ||
c34e37ea49237c2d1ea81a5944328e59 *tests/data/lavf/pgmpipe.pgm | ||
2534775 tests/data/lavf/pgmpipe.pgm | ||
tests/data/lavf/pgmpipe.pgm CRC=0x7aa0122f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
74f1f6651ad8f192a7b4c11c2b6c71e5 *./tests/data/lavf/ppmpipe.ppm | ||
7603575 ./tests/data/lavf/ppmpipe.ppm | ||
./tests/data/lavf/ppmpipe.ppm CRC=0x87b3c15f | ||
74f1f6651ad8f192a7b4c11c2b6c71e5 *tests/data/lavf/ppmpipe.ppm | ||
7603575 tests/data/lavf/ppmpipe.ppm | ||
tests/data/lavf/ppmpipe.ppm CRC=0x87b3c15f |