Add custom error code and message for the case when container format does not support a certain output format.
This commit is contained in:
@ -156,6 +156,7 @@ typedef enum
|
||||
NVTT_Error_Unknown,
|
||||
NVTT_Error_FileOpen,
|
||||
NVTT_Error_FileWrite,
|
||||
NVTT_Error_UnsupportedOutputFormat,
|
||||
} NvttError;
|
||||
|
||||
typedef enum
|
||||
|
Reference in New Issue
Block a user