OSDN Git Service

error: remove AVERROR_NUMEXPECTED
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 10 Apr 2011 22:29:30 +0000 (00:29 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 21 Apr 2011 05:10:16 +0000 (07:10 +0200)
commit79157f400bec7fdb6385befa63fdafc727378143
treea3253635ed91559625375d66b73b04471733c463
parent58f8463947e56dc448baeeabd7875ea90bdb4a98
error: remove AVERROR_NUMEXPECTED

AVERROR_NUMEXPECTED is used only in the image muxer and demuxer, and
has a too much specific meaning, which is better explained through a
log message. Thus it can be replaced by AVERROR(EINVAL).

This breaks API.

Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
ffmpeg.c
libavformat/utils.c
libavutil/error.c
libavutil/error.h