diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2010-12-19 09:01:02 +0000 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2010-12-19 09:01:02 +0000 |
commit | 0bc55f5d32bb348369bfa48041a19b2ff080b8c7 (patch) | |
tree | 11493c81545741488138bfc926ee37dba500a916 /doc/APIchanges | |
parent | eb066a4ce9e82cddb8f5af574804aa9889450b34 (diff) | |
download | ffmpeg-0bc55f5d32bb348369bfa48041a19b2ff080b8c7.tar.gz |
Add AVERROR_*_NOT_FOUND codes.
Originally committed as revision 26056 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 11 |
1 files changed, 11 insertions, 0 deletions
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. |