ffmpeg/libavutil
François Revol 8fa36ae09d 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
2007-02-13 18:26:14 +00:00
..
2007-02-11 16:57:17 +00:00
2007-02-11 16:57:17 +00:00
2007-02-13 08:21:47 +00:00
2007-02-13 08:21:47 +00:00
2007-02-11 22:07:06 +00:00
2007-01-13 17:10:34 +00:00
2007-01-31 22:58:53 +00:00
2007-01-31 22:58:53 +00:00
2007-02-13 08:21:47 +00:00
2006-11-14 10:04:09 +00:00
2006-11-30 12:00:29 +00:00