hbiyik / FFmpeg

PLEASE USE https://github.com/nyanmisaka/ffmpeg-rockchip REPO INSTEAD.
https://github.com/nyanmisaka/ffmpeg-rockchip
Other
90 stars 7 forks source link

Make rga async #25

Closed hbiyik closed 9 months ago

hbiyik commented 9 months ago

With sync mode rga3 will limit itself to 8k@45fp with single core. To use both cores of rga3, async mode must be implemented.

Details: https://github.com/JeffyCN/FFmpeg/issues/18#issuecomment-1743617991 https://github.com/JeffyCN/FFmpeg/issues/18#issuecomment-1743057315

hbiyik commented 9 months ago

done