H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bit
authorJason Garrett-Glaser <jason@x264.com>
Sun, 26 Jun 2011 07:21:54 +0000 (00:21 -0700)
committerJason Garrett-Glaser <jason@x264.com>
Sun, 26 Jun 2011 21:35:39 +0000 (14:35 -0700)
commit9a0dda8b3ab07fa7be60335715a6c350c907a7b8
tree57b0544bb6b175ec3a743b74e88feb5f645ffe53
parent84153d188347b3dee684fab40bf28ddd3eba64cf
H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bit

2tap qpel isn't implemented yet for high bit depth, so it just breaks decoding.
libavcodec/h264.c