summaryrefslogtreecommitdiff
path: root/libavfilter/stack_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "avfilter/stack_internal: add missing header includes"James Almer2023-03-111-6/+0
| | | | | | | | | This reverts commit 205117d87fdc01cd8e150aa6f4d16cf69f7b4ca4. This didn't fix make checkheaders after all, and also broke compilation in some scenarios. Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/stack_internal: add missing header includesJames Almer2023-03-101-0/+6
| | | | | | Fixes make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
* lavfi/vf_stack_vaapi: factor out the common code for stack settingHaihao Xiang2023-02-161-0/+60
The common code will be used in QSV based stack filters. Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>