]> git.sesse.net Git - vlc/commit
Added a way to flush video filters and video filter chains.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 11 Jul 2010 16:55:47 +0000 (18:55 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 11 Jul 2010 17:56:21 +0000 (19:56 +0200)
commit6c6beec6a652a2bab7ef4078c4c68995979b6b26
tree29f40f3da2d4910efb49f44b25ac507443d17fe4
parent3683cc99da0a39bca72d14a17682ffeacee7652b
Added a way to flush video filters and video filter chains.

 It is not yet used, but it will be needed for filter that need to delay
frames.
include/vlc_filter.h
src/libvlccore.sym
src/misc/filter_chain.c