mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 00:24:14 +01:00
Added TODO for additional SKColorType support
This commit is contained in:
parent
a66bdba211
commit
55b652a77f
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ public void Dispose()
|
|||
|
||||
private static string ConvertStreamFormat(SKColorType fmt)
|
||||
{
|
||||
// TODO: Add support for additional formats
|
||||
switch (fmt)
|
||||
{
|
||||
case SKColorType.Gray8:
|
||||
|
|
Loading…
Reference in a new issue