diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-08-15 18:14:32 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-09-26 23:33:36 +0100 |
commit | 3cae7f8b9baaf43789490b676d8f5825f2e1bc2c (patch) | |
tree | b5cf52f76167816014e36bfc926a936833443ac3 /tests/Makefile | |
parent | 9b1c0911146c0d7b4ede57ccfff6eac5b5304091 (diff) | |
download | ffmpeg-streaming-3cae7f8b9baaf43789490b676d8f5825f2e1bc2c.zip ffmpeg-streaming-3cae7f8b9baaf43789490b676d8f5825f2e1bc2c.tar.gz |
cbs: Add some read/write tests
Use the appropriate metadata filter for each codec - in the absence of any
options to modify the stream, the output bitstream should be identical to
the input (though the output file may differ in padding).
All tests use conformance bitstreams, the MPEG-2 streams are newly added
from the conformance test streams
<http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_13818-4_2004_Conformance_Testing/Video/>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index d3f11ef..9fec132 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -74,6 +74,7 @@ include $(SRC_PATH)/tests/fate/audio.mak include $(SRC_PATH)/tests/fate/bmp.mak include $(SRC_PATH)/tests/fate/build.mak include $(SRC_PATH)/tests/fate/canopus.mak +include $(SRC_PATH)/tests/fate/cbs.mak include $(SRC_PATH)/tests/fate/cdxl.mak include $(SRC_PATH)/tests/fate/checkasm.mak include $(SRC_PATH)/tests/fate/cover-art.mak |