Move +52 from the loop filter to the alpha/beta offsets in the context.
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 23 Jan 2010 18:05:30 +0000 (18:05 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 23 Jan 2010 18:05:30 +0000 (18:05 +0000)
commit0c32e19d584ba6ddbc27f0a796260404daaf4b6a
tree3f381e5a8a8119f0ff1c830bcc05880a32929c54
parent6231d0983b1e773c5244f84b0fd2b6a26c01eea7
Move +52 from the loop filter to the alpha/beta offsets in the context.
This should fix a segfault, also it might be faster on systems where the
+52 wasnt free.

Originally committed as revision 21406 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/dxva2_h264.c
libavcodec/h264.c
libavcodec/h264_loopfilter.c
libavcodec/vaapi_h264.c