]> git.sesse.net Git - ffmpeg/commit
avcodec/libx264: use the pixfmt descriptor to check for high bit depths
authorJames Almer <jamrial@gmail.com>
Mon, 25 Dec 2017 22:40:42 +0000 (19:40 -0300)
committerJames Almer <jamrial@gmail.com>
Tue, 26 Dec 2017 02:18:41 +0000 (23:18 -0300)
commit89f704cabab446afc8ba6ecea76714a51b1df32b
tree234fe8471deba5874fbb4d12e7a74b3de3f65113
parent613f789c19153edadb1fcc11866192f6b296ee58
avcodec/libx264: use the pixfmt descriptor to check for high bit depths

The x264_bit_depth constant has been removed in newer x264 builds.

Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/libx264.c