diff options
author | Niklas Haas <git@haasn.dev> | 2023-10-26 14:11:46 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2023-10-31 15:43:30 +0100 |
commit | 96dfc4481b571f4dd943daf5de11236d91248a93 (patch) | |
tree | 592e155d556f64883943c195c89f746b3f75b1b0 /tests/ref | |
parent | 55f28eb627112fb55446596cf69860ab4013a305 (diff) | |
download | ffmpeg-96dfc4481b571f4dd943daf5de11236d91248a93.tar.gz |
avfilter/drawutils: ban XYZ formats
These are not supported by the drawing functions at all, and were
incorrectly advertised as supported in the past.
Note: This check is added only to separate the logic change from the API
change in the following commit, and will be removed again after it
becomes redundant.
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/filter-pixfmts-pad | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ref/fate/filter-pixfmts-pad b/tests/ref/fate/filter-pixfmts-pad index dd01059c59..b4d236d408 100644 --- a/tests/ref/fate/filter-pixfmts-pad +++ b/tests/ref/fate/filter-pixfmts-pad @@ -43,7 +43,6 @@ rgb48le ed08db9b1aa50d69b8c3d73db93e390e rgba b157c90191463d34fb3ce77b36c96386 vuya 44368c0a758ee68e24ce976e3b1b8535 vuyx bc7c4f693a22cd1ac95e33d473086474 -xyz12le 23dadbbba70b2925ce75fb8ba8080ba3 ya16le 8dbfcb586abf626da7d1aca887a581b9 ya8 495daaca2dcb4f7aeba7652768b41ced yuv410p cb871dcc1e84a7ef1d21f9237b88cf6e |