diff options
author | James Darnley <james.darnley@gmail.com> | 2016-01-15 16:29:28 +0000 |
---|---|---|
committer | James Darnley <james.darnley@gmail.com> | 2016-01-17 16:03:43 +0100 |
commit | 61625dcc395f98ad77e9378ec4eb48cf7c981bce (patch) | |
tree | 98e8e0836699634fb2091e0f9c4aca6ab42cdcf3 /tests/fate | |
parent | c8a9aaab2695e0f9921db946a3b9f14bea880167 (diff) | |
download | ffmpeg-streaming-61625dcc395f98ad77e9378ec4eb48cf7c981bce.zip ffmpeg-streaming-61625dcc395f98ad77e9378ec4eb48cf7c981bce.tar.gz |
fate: add 10-bit v210 encoder tests
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/vcodec.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index bbaec8a..9ee3043 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -300,7 +300,8 @@ fate-vsynth%-svq1: FMT = mov FATE_VCODEC-$(call ENCDEC, R210, AVI) += r210 -FATE_VCODEC-$(call ENCDEC, V210, AVI) += v210 +FATE_VCODEC-$(call ENCDEC, V210, AVI) += v210 v210-10 +fate-vsynth%-v210-10: ENCOPTS = -pix_fmt yuv422p10 FATE_VCODEC-$(call ENCDEC, V308, AVI) += v308 |