Move sample format definitions from libavcodec to libavcore.

Originally committed as revision 25652 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini
2010-11-02 20:45:46 +00:00
parent 7e35d8596b
commit 262d1c5d22
5 changed files with 58 additions and 15 deletions

View File

@ -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.