From 0bc55f5d32bb348369bfa48041a19b2ff080b8c7 Mon Sep 17 00:00:00 2001 From: Nicolas George <nicolas.george@normalesup.org> Date: Sun, 19 Dec 2010 09:01:02 +0000 Subject: Add AVERROR_*_NOT_FOUND codes. Originally committed as revision 26056 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/APIchanges | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index 98682a0319..9612a9ff29 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,17 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-12-19 - r26056 - lavutil 50.35.0 - error.h + Add "not found" error codes: + AVERROR_DEMUXER_NOT_FOUND + AVERROR_MUXER_NOT_FOUND + AVERROR_DECODER_NOT_FOUND + AVERROR_ENCODER_NOT_FOUND + AVERROR_PROTOCOL_NOT_FOUND + AVERROR_FILTER_NOT_FOUND + AVERROR_BSF_NOT_FOUND + AVERROR_STREAM_NOT_FOUND + 2010-12-09 - r25923 - lavcore 0.16.0 - avcore.h Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from avcodec.h to avcore.h. -- cgit v1.2.3