]> git.sesse.net Git - vlc/commit
Fixed completely broken video filter 2 chain in vout. Now they have a
authorLaurent Aimar <fenrir@videolan.org>
Thu, 24 Jul 2008 17:58:05 +0000 (19:58 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 24 Jul 2008 17:58:05 +0000 (19:58 +0200)
commit6d937c8f88c36262433d5060a82f9cd3d5c69786
tree74985c81e56b12e8d9b0c4b4d7d37575c7980a00
parent8e34f1cd2658337329befe2ed73ceaec2f6612e5
Fixed completely broken video filter 2 chain in vout. Now they have a
chance to get a frame when they ask (close #1738).

Decoders and filters share the same pool of video frames. But the
decoders try to decode as fast as possible, using all buffers. Then it
s pure luck if the filter can grab a frame...
include/vlc_vout.h
src/input/decoder.c
src/misc/filter_chain.c
src/video_output/vout_pictures.c