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
lavfi: Move avcodec header to the only filter needing it
af_ashowinfo, due to the enum AVAudioServiceType use.
tags/n2.7
Vittorio Giovara
10 years ago
parent
eafbc6716c
commit
7046bd9bc9
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavfilter/af_ashowinfo.c
+0
-1
libavfilter/avfilter.h
+ 2
- 0
libavfilter/af_ashowinfo.c
View File
@@ -36,6 +36,8 @@
#include "libavutil/replaygain.h"
#include "libavutil/samplefmt.h"
#include "libavcodec/avcodec.h"
#include "audio.h"
#include "avfilter.h"
#include "internal.h"
+ 0
- 1
libavfilter/avfilter.h
View File
@@ -40,7 +40,6 @@
#include "libavutil/samplefmt.h"
#include "libavutil/pixfmt.h"
#include "libavutil/rational.h"
#include "libavcodec/avcodec.h"
#include <stddef.h>
Write
Preview
Loading…
Cancel
Save