mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Fix unit test
This commit is contained in:
parent
39dd390e81
commit
ac6b203f39
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public static string Extension(this Codec type)
|
|||
}
|
||||
public static readonly string Mp4 = ".mp4";
|
||||
public static readonly string Mp3 = ".mp3";
|
||||
public static readonly string Ts = ".mpegts";
|
||||
public static readonly string Ts = ".ts";
|
||||
public static readonly string Ogv = ".ogv";
|
||||
public static readonly string Png = ".png";
|
||||
public static readonly string WebM = ".webm";
|
||||
|
|
Loading…
Reference in a new issue