OSDN Git Service

Merge commit '755f79f84cbeb5d749fb120e55e0098a2d7663a0'
authorClément Bœsch <u@pkh.me>
Sun, 19 Jun 2016 11:34:22 +0000 (13:34 +0200)
committerClément Bœsch <u@pkh.me>
Sun, 19 Jun 2016 11:36:33 +0000 (13:36 +0200)
commit222e7d23d0fbcc17fe3d596d768e2aa0fb6e8161
tree4d8ca9d18381e7d2d99bdecffac349ef93e43a5b
parent902862bb4be4492c040b7e3b6d657ebb4b36bbc7
parent755f79f84cbeb5d749fb120e55e0098a2d7663a0
Merge commit '755f79f84cbeb5d749fb120e55e0098a2d7663a0'

* commit '755f79f84cbeb5d749fb120e55e0098a2d7663a0':
  h264_refs: make the H264Context const where possible

ff_h264_decode_ref_pic_list_reordering() and h264_initialise_ref_list()
do not have a const H264Context * as they modify the default_ref inside
that context.

Merged-by: Clément Bœsch <u@pkh.me>
libavcodec/h264_refs.c