summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-02 22:08:02 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-02 22:08:02 +0000
commitd63e456a2abcc8c23962f2b8828004c6a35ca1fe (patch)
tree06ff602fe7de05832fe92a70011319326585a763 /doc
parent262d1c5d2206467809fd81d841d09ad70cc8ba13 (diff)
downloadffmpeg-streaming-d63e456a2abcc8c23962f2b8828004c6a35ca1fe.zip
ffmpeg-streaming-d63e456a2abcc8c23962f2b8828004c6a35ca1fe.tar.gz
Implement functions:
av_get_sample_fmt_name() av_get_sample_fmt() av_get_sample_fmt_string() in libavcore, and deprecate the corresponding libavcodec/audioconvert.h functions: avcodec_get_sample_fmt_name() avcodec_get_sample_fmt() avcodec_sample_fmt_string() Originally committed as revision 25653 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index eaa112f..88a2882 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,16 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-11-02 - r25653 - lavcore 0.11.0 - samplefmt.h
+ Add sample format functions in libavcore/samplefmt.h:
+ av_get_sample_fmt_name(),
+ av_get_sample_fmt(),
+ av_get_sample_fmt_string(),
+ and deprecate the corresponding libavcodec/audioconvert.h functions:
+ avcodec_get_sample_fmt_name(),
+ avcodec_get_sample_fmt(),
+ avcodec_sample_fmt_string().
+
2010-11-02 - r25652 - lavcore 0.10.0 - samplefmt.h
Define enum AVSampleFormat in libavcore/samplefmt.h, deprecate enum
SampleFormat.
OpenPOWER on IntegriCloud