|
|
@ -60,6 +60,7 @@ |
|
|
|
#define AVERROR_STREAM_NOT_FOUND (-0x2dabac08) ///< Stream not found
|
|
|
|
#define AVERROR_STREAM_NOT_FOUND (-0x2dabac08) ///< Stream not found
|
|
|
|
#define AVERROR_BUG (-0x5fb8aabe) ///< Bug detected, please report the issue
|
|
|
|
#define AVERROR_BUG (-0x5fb8aabe) ///< Bug detected, please report the issue
|
|
|
|
#define AVERROR_UNKNOWN (-0x31b4b1ab) ///< Unknown error, typically from an external library
|
|
|
|
#define AVERROR_UNKNOWN (-0x31b4b1ab) ///< Unknown error, typically from an external library
|
|
|
|
|
|
|
|
#define AVERROR_EXPERIMENTAL (-0x2bb2afa8) ///< Requested feature is flagged experimental. Set strict_std_compliance if you really want to use it.
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Put a description of the AVERROR code errnum in errbuf. |
|
|
|
* Put a description of the AVERROR code errnum in errbuf. |
|
|
|