1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-13 17:48:00 -05:00

Add support for deinterlaced videos playback

This is a follow up to #10254 to improve the playback of cut scenes in Layton's Mystery Journey.
It uses ffmpeg's yadif filter for deinterlacing.
This commit is contained in:
Danila Malyutin
2023-05-14 01:35:01 +04:00
parent f82efe9f65
commit 7701a00a02
4 changed files with 103 additions and 4 deletions

View File

@@ -453,6 +453,7 @@ endif()
# List of all FFmpeg components required
set(FFmpeg_COMPONENTS
avcodec
avfilter
avutil
swscale)