End of file.
Immediate exit was requested; the called function should not be restarted.
Invalid data found when processing input.
Unknown error, typically from an external library.
Convenience macro, the return value should be used only directly in function arguments but never stand-alone.
Put a description of the AVERROR code errnum in errbuf.
In case of failure the global variable errno is set to indicate the error. Even in case of failure av_strerror() will print a generic error message indicating the errnum provided to errbuf.
Definition at line 105 of file error.c.
Referenced by audio_read_packet(), av_file_map(), av_make_error_string(), binary_export(), bktr_init(), crypto_seek(), dashenc_delete_file(), ff_connect_parallel(), ff_listen_connect(), ff_log_net_error(), handle_file(), handle_io_open_error(), init(), main(), print_error(), show_error(), write_fragment(), and xml_export().
Fill the provided buffer with a string containing an error string corresponding to the AVERROR code errnum.