OSDN Git Service

This fixes error handling for BeOS, removing the need for some ifdefs.
authorFrançois Revol <revol@free.fr>
Tue, 13 Feb 2007 18:26:14 +0000 (18:26 +0000)
committerFrançois Revol <revol@free.fr>
Tue, 13 Feb 2007 18:26:14 +0000 (18:26 +0000)
commit8fa36ae09dddb1b639b4df5d505c0dbcf4e916e4
tree551ead2b59bdc4b1855fb60d6c2ce6a2c7787f15
parentbcdf0d269748e2059ffa789033cd6e41739891fc
This fixes error handling for BeOS, removing the need for some ifdefs.
AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h.
Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed.
Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code.
This also removes the need for berrno.h.

Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
32 files changed:
ffmpeg.c
libavcodec/avcodec.h
libavcodec/dv.c
libavcodec/g726.c
libavcodec/gifdec.c
libavcodec/sonic.c
libavformat/audio.c
libavformat/avformat.h
libavformat/avio.c
libavformat/avio.h
libavformat/aviobuf.c
libavformat/beosaudio.cpp
libavformat/ffm.c
libavformat/file.c
libavformat/framehook.c
libavformat/gifdec.c
libavformat/grab.c
libavformat/grab_bktr.c
libavformat/http.c
libavformat/img2.c
libavformat/mpeg.c
libavformat/mpegts.c
libavformat/rtpproto.c
libavformat/smacker.c
libavformat/sol.c
libavformat/tcp.c
libavformat/udp.c
libavformat/utils.c
libavformat/v4l2.c
libavformat/wv.c
libavformat/x11grab.c
libavutil/common.h