]> git.sesse.net Git - ffmpeg/commit
h264: decode the MMCOs into per-slice contexts
authorAnton Khirnov <anton@khirnov.net>
Mon, 9 May 2016 11:48:01 +0000 (13:48 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 12 Jun 2016 18:27:53 +0000 (20:27 +0200)
commit2d410ebbaa1e760d6837cb434a6d1d4c3c6f0d85
tree5fb137868ac5b3aa368572b2b575b07159965f6d
parent39ab2ea53121b9976a619cd545fbd3464b908696
h264: decode the MMCOs into per-slice contexts

They are stored in the slice header, so technically they are per-slice
(though they must be the same in every slice). This will simplify the
following commits.
libavcodec/h264.h
libavcodec/h264_refs.c
libavcodec/h264_slice.c