This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ffmpeg
mirror of
https://git.ffmpeg.org/ffmpeg.git
Watch
1
Star
0
Fork
You've already forked ffmpeg
0
Code
Issues
Projects
Releases
Wiki
Activity
3574d34aca
ffmpeg
/
libavutil
/
audioconvert.h
7 lines
82 B
C
Raw
Normal View
History
Unescape
Escape
Move audio channel API from libavcodec to libavcore. Originally committed as revision 25787 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-21 19:28:52 +00:00
lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h
2012-11-10 14:03:17 +00:00
#
include
"version.h"
Merge libavcore into libavutil It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by: Reinhard Tartler <siretart@tauware.de>
2011-02-07 13:37:08 +00:00
lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h
2012-11-10 14:03:17 +00:00
#
if FF_API_AUDIOCONVERT
#
include
"channel_layout.h"
#
endif