Skip to content

Commit

Permalink
Add flv decoder (Sorenson Spark)
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon committed Oct 12, 2023
1 parent b708418 commit 05d4bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Framework.NativeLibs/scripts/ffmpeg/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FFMPEG_FLAGS=(
# File and video formats
--enable-demuxer='mov,matroska,flv,avi' # mov = mp4, matroska = mkv & webm
--enable-parser='mpeg4video,h264,hevc,vp8,vp9'
--enable-decoder='mpeg4,h264,hevc,vp8,vp9'
--enable-decoder='flv,mpeg4,h264,hevc,vp8,vp9'
--enable-protocol=pipe
)

Expand Down

0 comments on commit 05d4bf7

Please sign in to comment.