summaryrefslogtreecommitdiffstats
path: root/libavcodec/high_bit_depth.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2011-05-11 06:25:25 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-05-11 06:25:25 +0200
commitb9660e2ac5958529a40a4a8d3a974e6bfe8eebb9 (patch)
tree5c282fd8a7f65ac1b5a877f9008a363d9310b5a3 /libavcodec/high_bit_depth.h
parent59eb12faff9505da49f54d499dd43404226e37f6 (diff)
downloadffmpeg-streaming-b9660e2ac5958529a40a4a8d3a974e6bfe8eebb9.zip
ffmpeg-streaming-b9660e2ac5958529a40a4a8d3a974e6bfe8eebb9.tar.gz
fix fate failures for 10bit H264 on some systems
This is possibly a temporary solution
Diffstat (limited to 'libavcodec/high_bit_depth.h')
-rw-r--r--libavcodec/high_bit_depth.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/high_bit_depth.h b/libavcodec/high_bit_depth.h
index 6f2b6a7..511cd00 100644
--- a/libavcodec/high_bit_depth.h
+++ b/libavcodec/high_bit_depth.h
@@ -14,6 +14,7 @@
# undef rnd_avg_pixel4
# undef AV_RN2P
# undef AV_RN4P
+# undef AV_RN4PA
# undef AV_WN2P
# undef AV_WN4P
# undef AV_WN4PA
@@ -46,6 +47,7 @@ CLIP_PIXEL(10)
# define rnd_avg_pixel4 rnd_avg64
# define AV_RN2P AV_RN32
# define AV_RN4P AV_RN64
+# define AV_RN4PA AV_RN64A
# define AV_WN2P AV_WN32
# define AV_WN4P AV_WN64
# define AV_WN4PA AV_WN64A
@@ -61,6 +63,7 @@ CLIP_PIXEL(10)
# define rnd_avg_pixel4 rnd_avg32
# define AV_RN2P AV_RN16
# define AV_RN4P AV_RN32
+# define AV_RN4PA AV_RN32A
# define AV_WN2P AV_WN16
# define AV_WN4P AV_WN32
# define AV_WN4PA AV_WN32A
OpenPOWER on IntegriCloud