]> git.sesse.net Git - ffmpeg/commit
h264_mb: constify all uses of H264Context
authorAnton Khirnov <anton@khirnov.net>
Tue, 27 Jan 2015 14:53:33 +0000 (15:53 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sat, 21 Mar 2015 10:27:15 +0000 (11:27 +0100)
commit6490a0c0fbe0e55f765ea2aa2e8495181ea1f719
tree707fd334fb99c5a24a14858673d9113ebfd367f2
parent51822879e7732ee8175dad98dde1a135f6e5c1a4
h264_mb: constify all uses of H264Context

All the variables modified by this code are either per-MB arrays or have
been moved to the per-slice context
libavcodec/h264.h
libavcodec/h264_mb.c
libavcodec/h264_mb_template.c
libavcodec/h264_mc_template.c