mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 12:36:44 +00:00
Remove unused enums
This commit is contained in:
parent
02d2b4261b
commit
8b69ed104a
1 changed files with 0 additions and 10 deletions
|
@ -1,15 +1,5 @@
|
|||
namespace FFMpegCore.Test.Resources
|
||||
{
|
||||
public enum AudioType
|
||||
{
|
||||
Mp3
|
||||
}
|
||||
|
||||
public enum ImageType
|
||||
{
|
||||
Png
|
||||
}
|
||||
|
||||
public static class TestResources
|
||||
{
|
||||
public static readonly string Mp4Video = "./Resources/input_3sec.mp4";
|
||||
|
|
Loading…
Reference in a new issue