This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
Watch
8
Star
0
Fork
You've already forked FFmpeg
0
Code
Issues
Projects
Releases
Wiki
Activity
Mirror of
https://git.ffmpeg.org/ffmpeg.git
https://ffmpeg.org/
66572
Commits
37
Branches
400
Tags
483 MiB
Tree:
6ea357ea83
FFmpeg
/
libavutil
/
audioconvert.h
7 lines
82 B
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
14 years ago
lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h
12 years ago
#
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>
14 years ago
lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h
12 years ago
#
if FF_API_AUDIOCONVERT
#
include
"channel_layout.h"
#
endif