FFMpegCore/FFMpegCore/FFProbe/SubtitleStream.cs
2021-07-31 15:34:47 -04:00

7 lines
No EOL
86 B
C#

namespace FFMpegCore
{
public class SubtitleStream : MediaStream
{
}
}