mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-10 20:42:32 -07: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:
@@ -453,6 +453,7 @@ endif()
|
||||
# List of all FFmpeg components required
|
||||
set(FFmpeg_COMPONENTS
|
||||
avcodec
|
||||
avfilter
|
||||
avutil
|
||||
swscale)
|
||||
|
||||
|
Reference in New Issue
Block a user