Skip to content

Commit

Permalink
Added .ogg and .vorbis to list of formats supported by FFmpeg.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 12, 2023
1 parent 30792a9 commit 4053edb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/tlIO/FFmpeg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ namespace tl
{ ".webm", io::FileType::Movie },
{ ".wmv", io::FileType::Movie },
{ ".avi", io::FileType::Movie },
{ ".ogg", io::FileType::Audio },
{ ".opus", io::FileType::Audio },
{ ".vorbis", io::FileType::Audio },
{ ".wav", io::FileType::Audio },
{ ".mp3", io::FileType::Audio },
{ ".aiff", io::FileType::Audio }
Expand Down

0 comments on commit 4053edb

Please sign in to comment.