OSDN Git Service

h264_cabac: 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)
commitba7e165b864d69da4f0c79ec7757cb351535002f
tree202209916fae58f4d7c1cc77d4f7e6eba61dd99a
parent5c4b98de4d101ea715ef86847306a510afd0db0c
h264_cabac: 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_cabac.c