mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
error: define AVERROR_BUFFER_TOO_SMALL.
Some API require a buffer and return a specific error if it is too small. This error code helps to map codes.
This commit is contained in:
@@ -31,6 +31,7 @@ struct error_entry error_entries[] = {
|
||||
{ ERROR_TAG(BSF_NOT_FOUND), "Bitstream filter not found" },
|
||||
{ ERROR_TAG(BUG), "Internal bug, should not have happened" },
|
||||
{ ERROR_TAG(BUG2), "Internal bug, should not have happened" },
|
||||
{ ERROR_TAG(BUFFER_TOO_SMALL), "Buffer too small" },
|
||||
{ ERROR_TAG(DECODER_NOT_FOUND), "Decoder not found" },
|
||||
{ ERROR_TAG(DEMUXER_NOT_FOUND), "Demuxer not found" },
|
||||
{ ERROR_TAG(ENCODER_NOT_FOUND), "Encoder not found" },
|
||||
|
||||
Reference in New Issue
Block a user