input/InputStream: migrate from class Error to C++ exceptions
This commit is contained in:
@@ -27,6 +27,9 @@ class Error;
|
||||
std::runtime_error
|
||||
MakeFfmpegError(int errnum);
|
||||
|
||||
std::runtime_error
|
||||
MakeFfmpegError(int errnum, const char *prefix);
|
||||
|
||||
void
|
||||
SetFfmpegError(Error &error, int errnum);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user