diff options
author | Philip Langdale <philipl@overt.org> | 2022-08-19 16:53:37 -0700 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2022-08-25 19:03:49 -0700 |
commit | 45726aa1177ee7d9d17435f879c96ab3537d8ad3 (patch) | |
tree | e76b5e34bdb1f288378e445027059b519c11367f /tests/ref/fate/filter-pixfmts-scale | |
parent | cc5a5c986047d38b53c0f12a227b04487624e7cb (diff) | |
download | ffmpeg-45726aa1177ee7d9d17435f879c96ab3537d8ad3.tar.gz |
libswscale: add support for VUYX format
As we already have support for VUYA, I figured I should do the small
amount of work to support VUYX as well. That means a little refactoring
to share code.
Diffstat (limited to 'tests/ref/fate/filter-pixfmts-scale')
-rw-r--r-- | tests/ref/fate/filter-pixfmts-scale | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ref/fate/filter-pixfmts-scale b/tests/ref/fate/filter-pixfmts-scale index f4822f5bae..e1bbe961e1 100644 --- a/tests/ref/fate/filter-pixfmts-scale +++ b/tests/ref/fate/filter-pixfmts-scale @@ -90,6 +90,7 @@ rgba64be ee73e57923af984b31cc7795d13929da rgba64le 783d2779adfafe3548bdb671ec0de69e uyvy422 aeb4ba4f9f003ae21f6d18089198244f vuya ffa817e283bf6a0b6fba21b07523ccaa +vuyx ba182200e20e0c82765eba15217848d3 x2bgr10le d57b9a99033cc7b65ddd111578f2d385 x2rgb10le d56bdb23fa6a8e12a0b4394987f89935 xyz12be c7ba8345998c0141ddc079cdd29b1a40 |