Commit 1e589246 authored by Jean-Paul Saman's avatar Jean-Paul Saman

davinci codec: improve error message

parent 7bc0eacc
......@@ -236,7 +236,7 @@ const char * davinci_GetExtendedError( XDAS_Int32 error )
if( XDM_ISFATALERROR( error ) )
return "Fatal error";
return "";
return "Unkown error";
}
void __PrintAvailableAlgorithms( vlc_object_t *p_this, const char *psz_engine )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment