diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-13 09:59:36 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-13 09:59:36 +0000 |
commit | 99de2b593dca0a93896df283ecbea5520a0845b5 (patch) | |
tree | 8ae41bfe314e9d457a3afcfb9ee95a7c7e9725ea /doc | |
parent | dbfa5e7861065c201330d780143e5feeda544ec4 (diff) | |
download | ffmpeg-99de2b593dca0a93896df283ecbea5520a0845b5.tar.gz |
Add APIchanges entry for the libavutil/error.h addition.
Originally committed as revision 22503 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 91f89aab94..59356c5f0b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,10 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-03-13 - r22501 - lavu 50.12.0 - error.h + Move error code definitions from libavcodec/avcodec.h to + the new public header libavutil/error.h. + 2010-03-07 - r22291 - lavc 52.56.0 - avfft.h Add public FFT interface. |