]> git.sesse.net Git - vlc/commit
pool: move lock/unlock callbacks to picture_pool_t
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 27 Oct 2014 17:54:15 +0000 (19:54 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 29 Oct 2014 19:27:49 +0000 (21:27 +0200)
commit77d6f3993f9ec062bdec9136f2f2223417218fad
tree8a6d579d3665ed44ed1c25394b62e79416fb7ee9
parent07e428de4dcc31bbd09c0cd4165853da5d6b5b26
pool: move lock/unlock callbacks to picture_pool_t

This reduces the size of picture_gc_sys_t. The callbacks are always the
same for all pictures in a given pool.
src/misc/picture_pool.c