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 a51f148a04
commit 6ab723eace
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)