Skip to content

Commit

Permalink
FFmpeg: Enable MPEG-4 parser and decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon committed Oct 12, 2023
1 parent ba72c19 commit 4a4ed7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osu.Framework.NativeLibs/scripts/ffmpeg/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ FFMPEG_FLAGS=(

# File and video formats
--enable-demuxer='mov,matroska,flv,avi' # mov = mp4, matroska = mkv & webm
--enable-parser='h264,hevc,vp8,vp9'
--enable-decoder='h264,hevc,vp8,vp9'
--enable-parser='mpeg4video,h264,hevc,vp8,vp9'
--enable-decoder='mpeg4,h264,hevc,vp8,vp9'
--enable-protocol=pipe
)

Expand Down

0 comments on commit 4a4ed7d

Please sign in to comment.