aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-02 20:45:46 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-02 20:45:46 +0000
commit262d1c5d2206467809fd81d841d09ad70cc8ba13 (patch)
tree07b02781e1fbf22e5386d45d8f08683c35f9ded2 /doc/APIchanges
parent7e35d8596b4abdf2331c7fb2bf1a73e8be08c4a8 (diff)
downloadffmpeg-262d1c5d2206467809fd81d841d09ad70cc8ba13.tar.gz
Move sample format definitions from libavcodec to libavcore.
Originally committed as revision 25652 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index b92e5dc907..eaa112f8bd 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-11-02 - r25652 - lavcore 0.10.0 - samplefmt.h
+ Define enum AVSampleFormat in libavcore/samplefmt.h, deprecate enum
+ SampleFormat.
+
2010-10-16 - r25502 - lavfi 1.52.0 - avfilter_graph_config()
Add the function avfilter_graph_config() in avfiltergraph.h.