OSDN Git Service

h264: use the main H264Context as the parent for all slice contexts
authorAnton Khirnov <anton@khirnov.net>
Wed, 28 Jan 2015 12:26:24 +0000 (13:26 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sat, 21 Mar 2015 10:27:15 +0000 (11:27 +0100)
commit51d8725a6e4c7f989d6f0f38b59cb54a2d72846c
treecaef0ac89f1ae68553fdedf03e64f9427a4ac4c5
parent92e0b7342c0490894cbcea4461380321e0569de2
h264: use the main H264Context as the parent for all slice contexts

There is now no need to have per-slice copies of the H264Context.
libavcodec/h264.c
libavcodec/h264.h
libavcodec/h264_slice.c