Error message for IVAS_ERR_INVALID_INPUT_FORMAT is misleading
The error message for the enum value IVAS_ERR_INVALID_INPUT_FORMAT
is currently Invalid format of input bitstream
, however this value is also used in the external renderer where this message makes no sense.
The proposal would be to:
-
Switch to IVAS_ERR_INVALID_BITSTREAM
in the relevant places -
Update the error message for IVAS_ERR_INVALID_INPUT_FORMAT
toInvalid input format
Edited by Archit Tamarapu