summaryrefslogtreecommitdiff
path: root/libavfilter/vf_shuffleplanes.c
Commit message (Collapse)AuthorAge
* vf_shuffleplanes: fix the type of the mapping indicesAnton Khirnov2014-03-06
| | | | They are TYPE_INT AVOptions, so they must be ints
* lavfi: add shuffleplanes filterAnton Khirnov2014-03-05