OSDN Git Service

ffmpeg: directly request frames from filters.
authorNicolas George <nicolas.george@normalesup.org>
Thu, 19 Apr 2012 16:44:55 +0000 (18:44 +0200)
committerNicolas George <nicolas.george@normalesup.org>
Mon, 23 Apr 2012 12:14:25 +0000 (14:14 +0200)
commit99f29108d31b9e6fc9687a7401446097b31e9131
tree4d44fd269a353a04614809fc47439fb87996e937
parente11110dee40837b766921855221968e1541230d3
ffmpeg: directly request frames from filters.

It allows ffmpeg filtering logic to work with filters
that do not implement the poll_frame method,
such as split or tile.
ffmpeg.c