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:
parent
a51f148a04
commit
6ab723eace
4 changed files with 103 additions and 4 deletions
|
@ -453,6 +453,7 @@ endif()
|
|||
# List of all FFmpeg components required
|
||||
set(FFmpeg_COMPONENTS
|
||||
avcodec
|
||||
avfilter
|
||||
avutil
|
||||
swscale)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue