mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 12:36:44 +00:00
Add .gif file extension
This commit is contained in:
parent
dc88862602
commit
718371505c
1 changed files with 1 additions and 0 deletions
|
@ -20,5 +20,6 @@ public static string Extension(this Codec type)
|
||||||
public static readonly string WebM = VideoType.WebM.Extension;
|
public static readonly string WebM = VideoType.WebM.Extension;
|
||||||
public static readonly string Png = ".png";
|
public static readonly string Png = ".png";
|
||||||
public static readonly string Mp3 = ".mp3";
|
public static readonly string Mp3 = ".mp3";
|
||||||
|
public static readonly string Gif = ".gif";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue