diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-17 18:27:54 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-17 18:27:54 +0000 |
commit | 7f38d28c391a0895554d8fd85dc214870ae7676f (patch) | |
tree | cb216ea6b481d79f5b25b963bfd869dff9b27af6 /doc/APIchanges | |
parent | 4f2d2e4ed924834dea69a0ade184aa58cbec7d2e (diff) | |
download | ffmpeg-7f38d28c391a0895554d8fd85dc214870ae7676f.tar.gz |
Add APIchanges entry after the addition of AV_NE in r24814.
Originally committed as revision 24815 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 9038a69610..d1adaef18a 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-08-17 - r24814 - lavu 50.24.0 - AV_NE() + Add the AV_NE macro. + 2010-08-17 - r24811 - lavfi 1.36.0 - audio framework Implement AVFilterBufferRefAudioProps struct for audio properties, get_audio_buffer(), filter_samples() functions and related changes. |