]> git.sesse.net Git - ffmpeg/commit
avcodec/h264_mc_template: prefetch list1 only if it is used in the MB
authorMichael Niedermayer <michael@niedermayer.cc>
Thu, 17 Dec 2015 23:20:51 +0000 (00:20 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 17 Dec 2015 23:54:37 +0000 (00:54 +0100)
commitc8ea57664fe3ad611c9ecd234670544ddff7ca55
tree450f7c061d34de7b8d28294d9224808851d79cd2
parentef8f6464a55db730cab8c48a1a51fa4e6ca12107
avcodec/h264_mc_template: prefetch list1 only if it is used in the MB

Fixes ubsan warning
Fixes Mozilla bug 1230276

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/h264_mc_template.c