]> git.sesse.net Git - ffmpeg/commit
h264: pass just the PPS to get_chroma_qp()
authorAnton Khirnov <anton@khirnov.net>
Thu, 12 May 2016 12:25:52 +0000 (14:25 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 12 Jun 2016 18:27:53 +0000 (20:27 +0200)
commit6e92181bf836f48627a4733b6fd240a99fd36365
treee757205629068072cacd770add80597fee464ec4
parentd1f539c97e04e7cebecaf6916c5064f243d39fcf
h264: pass just the PPS to get_chroma_qp()

It does not need the whole context. This will simplify the following
commit.
libavcodec/h264.h
libavcodec/h264_cabac.c
libavcodec/h264_cavlc.c
libavcodec/h264_loopfilter.c
libavcodec/h264_slice.c