OSDN Git Service

h264: embed the DPB in the context
authorAnton Khirnov <anton@khirnov.net>
Sun, 12 Apr 2015 19:08:34 +0000 (21:08 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 29 Apr 2015 03:52:58 +0000 (05:52 +0200)
commit7a4f74eed51f914e9bbfebaffd4a92ac6791f819
tree3cadebcc17e8f835fd5e86b1234ce06da1432566
parent88c612e3a4d5b584e2d9f6e2541de78d67bdfb9f
h264: embed the DPB in the context

It now has a fixed size and is initialized only once, so there is no
point in allocating it separately.
libavcodec/h264.c
libavcodec/h264.h