Add custom error code and message for the case when container format does not support a certain output format.

This commit is contained in:
castano
2008-11-19 08:10:54 +00:00
parent 6d1891a7e9
commit 5fa27adfcd
4 changed files with 5 additions and 1 deletions

View File

@ -156,6 +156,7 @@ typedef enum
NVTT_Error_Unknown,
NVTT_Error_FileOpen,
NVTT_Error_FileWrite,
NVTT_Error_UnsupportedOutputFormat,
} NvttError;
typedef enum