]> git.sesse.net Git - ffmpeg/commit
h264: move building the reference list out of h264_slice_header_parse()
authorAnton Khirnov <anton@khirnov.net>
Thu, 14 Apr 2016 18:53:59 +0000 (20:53 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 12 Jun 2016 18:27:52 +0000 (20:27 +0200)
commit6dd996c7c81575a1e4969987ab175a6df7beab3d
treed856c08d3b0ebc7f2bcbdcf1e811b2c2a5828676
parent0bad254300356005af4aef00a706bf2e8eee96bc
h264: move building the reference list out of h264_slice_header_parse()

This does not do any bitstream parsing and will allow moving out other
code in later commits.
libavcodec/h264_slice.c