diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-27 00:30:14 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-27 00:30:14 +0000 |
commit | 41f87daaa300f06f869098c9f27e06ef3d8f54d5 (patch) | |
tree | d8faca223423e945abb4a21a2713c266c83fa6eb /doc/APIchanges | |
parent | 536e229ae281a6722323ec0bab5879058fb26ead (diff) | |
download | ffmpeg-41f87daaa300f06f869098c9f27e06ef3d8f54d5.tar.gz |
Bump version and update APIchanges after r25210.
Originally committed as revision 25216 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 9ccb75a9d5..32bdad7988 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-09-26 - r25210 - lavu 50.29.0 - opt.h + Move libavcodec/opt.h to libavutil/opt.h. + 2010-09-24 - r25174 - lavu 50.28.0 - av_log_set_flags() Default of av_log() changed due to many problems to the old no repeat detection. Read the docs of AV_LOG_SKIP_REPEATED in log.h before |