]> git.sesse.net Git - ffmpeg/commit
h264: move initing the implicit pred weight table 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)
commit0bad254300356005af4aef00a706bf2e8eee96bc
tree3632ade0a8ea21cc9b8bce25c78a7e404c4c52f1
parented9a20ebe4a89de119ea97bdccf688ece8c6648c
h264: move initing the implicit pred weight table out of h264_slice_header_parse()

It depends on the reference list, so this will allow moving out the
reference list construction and consequently other code it depends on.
libavcodec/h264_slice.c