]> git.sesse.net Git - ffmpeg/commit
lavfi/video: ensure that filter_frame is called.
authorNicolas George <nicolas.george@normalesup.org>
Wed, 26 Dec 2012 23:42:51 +0000 (00:42 +0100)
committerNicolas George <nicolas.george@normalesup.org>
Sun, 30 Dec 2012 17:29:57 +0000 (18:29 +0100)
commita978c04e228e48d5828da5197a4b8eeef9c4ecb8
treed5416a2694057cea998fb1d59131bf444f98ea50
parent522cb6abf22a2d28aecbd5dbfe174689fa937565
lavfi/video: ensure that filter_frame is called.

This is a temporary workaround until all filters have been
upgraded to filter_frame and the framework can forget completely
about start_frame/draw_slice/end_frame.
libavfilter/video.c