summaryrefslogtreecommitdiff
path: root/libavfilter/vf_separatefields.c
Commit message (Collapse)AuthorAge
* lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-23
|
* lavfi/separatefields: adjust tb to avoid rounding errors.Clément Bœsch2013-04-10
| | | | | Since the PTS need double accuracy, the timebase denominator is doubled as well, and this new time base is used for the timestamp unit.
* separatefields filterPaul B Mahol2013-04-10
Signed-off-by: Paul B Mahol <onemda@gmail.com>