OSDN Git Service

h264: move freeing the escaped RBSP buffer to free_context()
authorAnton Khirnov <anton@khirnov.net>
Mon, 6 Apr 2015 19:00:42 +0000 (21:00 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 29 Apr 2015 03:52:58 +0000 (05:52 +0200)
commit11f024ef0ab923ed8680fc35a087d576e549c849
tree61c061aa49fa78c2aa3e366ea027d69c69f21dfa
parentee62b364be0c30cba83b5ff10a3ca8c3e866ade6
h264: move freeing the escaped RBSP buffer to free_context()

It does not logically belong in free_tables(), since it's not allocated
in alloc_tables() and its size has nothing to do with the frame size.
libavcodec/h264.c
libavcodec/h264.h
libavcodec/h264_slice.c