summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showspatial.c
Commit message (Collapse)AuthorAge
* lavfi/showspatial: Remove two write-only variables.Carl Eugen Hoyos2019-05-31
| | | | | | Fixes two warnings: libavfilter/avf_showspatial.c:157:26: warning: variable ‘w’ set but not used libavfilter/avf_showspatial.c:157:23: warning: variable ‘h’ set but not used
* avfilter: add showspatial multimedia filterPaul B Mahol2019-05-31