]> git.sesse.net Git - vlc/commit
Added picture_pool_t and functions helpers.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 30 May 2009 21:59:11 +0000 (23:59 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 30 May 2009 23:48:49 +0000 (01:48 +0200)
commit13d18251673ad5f7a0094bfd39c55e94d9df5062
tree311f73ba49bd9e6c35d63c4bfc231878f3f7dc5b
parent39321c06a7ae911b161ca527a76be9311a80b0b2
Added picture_pool_t and functions helpers.

It is usefull to avoid reallocating pictures over and over.

 Becarefull, it is not yet thread safe as picture_t reference count
is not.
 I will change it when more work has been done on the vout.
include/vlc_picture_pool.h [new file with mode: 0644]
src/libvlccore.sym
src/video_output/vout_pictures.c