diff options
author | Peter Ross <pross@xvid.org> | 2011-03-19 22:11:03 +1100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-28 07:25:27 +0200 |
commit | c90626b2ea5434b6e6e77b654512f0e59e0ff29d (patch) | |
tree | 407e813e157e4441c05fb0df8c9301a030fd4f8a /tests | |
parent | a1f4d07563c0489ee489343a4b6bfb0a7ef24300 (diff) | |
download | ffmpeg-c90626b2ea5434b6e6e77b654512f0e59e0ff29d.tar.gz |
hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/lavfi/pixfmts_hflip_le | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ref/lavfi/pixfmts_hflip_le b/tests/ref/lavfi/pixfmts_hflip_le index 09976f28ca..c30215e1de 100644 --- a/tests/ref/lavfi/pixfmts_hflip_le +++ b/tests/ref/lavfi/pixfmts_hflip_le @@ -1,6 +1,8 @@ abgr 49468c6c9ceee5d52b08b1270a909323 argb 50ba9f16c6475530602f2983278b82d0 bgr24 cc53d2011d097972db0d22756c3699e3 +bgr48be 11641cf0f4516a9aed98f7872720f801 +bgr48le b5440734eed128554dd9f83b34ba582f bgr4_byte aac987e7d1a6a96477cfc0b48a4285de bgr555le ccee08679bac84a1f960c6c9070c5538 bgr565le 3703466e19e1b52e03a34fd244a8e8e4 |