> It sure would be nice if all the different hw flavors of the same filter
> could share code.
Yeah. Definitely. The config_output function of the same filter
implemented by different hw is similar. Maybe something like
this could be integrated into one separate function.
Best Regards,
Jianhua
_
It sure would be nice if all the different hw flavors of the same filter
could share code.
--
Anton Khirnov
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or emai
The following command is on how to apply passthrough option:
ffmpeg -init_hw_device vulkan -i input.264 -vf
hwupload=extra_hw_frames=16,transpose_vulkan=passthrough=landscape,hwdownload,format=yuv420p
output.264
Signed-off-by: Wu Jianhua
---
libavfilter/vf_transpose_vulkan.c | 22