This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
librempeg
Watch
1
Star
0
Fork
0
You've already forked librempeg
mirror of
https://github.com/librempeg/librempeg
synced
2024-11-23 11:39:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
344f7b5a7e
librempeg
/
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
Reference in New Issue
Copy Permalink