]> git.sesse.net Git - ffmpeg/commit
h264: start splitting decode_slice_header()
authorAnton Khirnov <anton@khirnov.net>
Wed, 13 Apr 2016 15:53:50 +0000 (17:53 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 12 Jun 2016 18:27:52 +0000 (20:27 +0200)
commitd06e4d8aab9c679b6aea2591d2a9b382df9e5f74
tree8119cb92f75a087182f253229c9b6838dd7c7f32
parent2940e196c5e439d9869f8c02a49a318d0847453c
h264: start splitting decode_slice_header()

That function is currently very long and entangles bitstream parsing and
decoder configuration. This makes the code much harder to read than
necessary.

Begin splitting the code that configures the decoder state based on the
slice header information from the parsing of the slice header.
libavcodec/h264_slice.c