Skip to content

Commit

Permalink
Added .gif extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Mar 12, 2024
1 parent 8ed3dd8 commit 77ee40a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tlIO/FFmpeg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ namespace tl
{ ".divx", io::FileType::Movie },
{ ".dv", io::FileType::Movie },
{ ".flv", io::FileType::Movie },
{ ".gif", io::FileType::Movie },
{ ".m4v", io::FileType::Movie },
{ ".mkv", io::FileType::Movie },
{ ".mk3d", io::FileType::Movie },
Expand Down

0 comments on commit 77ee40a

Please sign in to comment.