Searched refs:ERROR_TAG (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | error.c | 34 #define ERROR_TAG(tag) AVERROR_##tag, #tag macro 38 { ERROR_TAG(BSF_NOT_FOUND), "Bitstream filter not found" }, 39 { ERROR_TAG(BUG), "Internal bug, should not have happened" }, 40 { ERROR_TAG(BUG2), "Internal bug, should not have happened" }, 41 { ERROR_TAG(BUFFER_TOO_SMALL), "Buffer too small" }, 42 { ERROR_TAG(DECODER_NOT_FOUND), "Decoder not found" }, 43 { ERROR_TAG(DEMUXER_NOT_FOUND), "Demuxer not found" }, 44 { ERROR_TAG(ENCODER_NOT_FOUND), "Encoder not found" }, 45 { ERROR_TAG(EOF), "End of file" }, 46 { ERROR_TAG(EXI [all...] |
Completed in 1 milliseconds