]> git.sesse.net Git - ffmpeg/commit
h264: move direct mode inits 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)
commit77a1e2c5f8f8250dfacff24b993eb473260ed13e
tree90d4645a15379e4e89b2ed2bbd5ab8345c43b442
parentd06e4d8aab9c679b6aea2591d2a9b382df9e5f74
h264: move direct mode inits out of h264_slice_header_parse()

This code does not do any bitstream parsing, it just initializes some
internal state.
libavcodec/h264_slice.c