OSDN Git Service

h264_mvpred: 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)
commit3bea6409a1868354a1d29b34de424c3636c222b7
treed74449f3898b95bc8ab12ae59347ba953157852f
parent460176aa19acb8d8bdb52af1ec97891e0f65843c
h264_mvpred: 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_mvpred.h