This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Replace remaining includes of audioconvert.h with channel_layout.h
tags/n2.0
Anton Khirnov
12 years ago
parent
542b83fc90
commit
0651e892e1
3 changed files
with
3 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/af_volume.c
+1
-1
libavformat/idcin.c
+1
-1
libavutil/frame.c
+ 1
- 1
libavfilter/af_volume.c
View File
@@ -24,7 +24,7 @@
* audio volume filter
* audio volume filter
*/
*/
#include "libavutil/
audioconver
t.h"
#include "libavutil/
channel_layou
t.h"
#include "libavutil/common.h"
#include "libavutil/common.h"
#include "libavutil/eval.h"
#include "libavutil/eval.h"
#include "libavutil/float_dsp.h"
#include "libavutil/float_dsp.h"
+ 1
- 1
libavformat/idcin.c
View File
@@ -68,7 +68,7 @@
* transmitting them to the video decoder
* transmitting them to the video decoder
*/
*/
#include "libavutil/
audioconver
t.h"
#include "libavutil/
channel_layou
t.h"
#include "libavutil/imgutils.h"
#include "libavutil/imgutils.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "avformat.h"
+ 1
- 1
libavutil/frame.c
View File
@@ -17,7 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#include "
audioconver
t.h"
#include "
channel_layou
t.h"
#include "buffer.h"
#include "buffer.h"
#include "common.h"
#include "common.h"
#include "dict.h"
#include "dict.h"
Write
Preview
Loading…
Cancel
Save