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
avfilter: remove usage of empty header
Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.4
Paul B Mahol
8 years ago
parent
c11ca6105e
commit
e9510dc032
4 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavfilter/f_sendcmd.c
+0
-1
libavfilter/f_zmq.c
+0
-1
libavfilter/graphdump.c
+0
-1
libavfilter/internal.h
+ 0
- 1
libavfilter/f_sendcmd.c
View File
@@ -30,7 +30,6 @@
#include "libavutil/parseutils.h"
#include "avfilter.h"
#include "internal.h"
#include "avfiltergraph.h"
#include "audio.h"
#include "video.h"
+ 0
- 1
libavfilter/f_zmq.c
View File
@@ -29,7 +29,6 @@
#include "libavutil/opt.h"
#include "avfilter.h"
#include "internal.h"
#include "avfiltergraph.h"
#include "audio.h"
#include "video.h"
+ 0
- 1
libavfilter/graphdump.c
View File
@@ -25,7 +25,6 @@
#include "libavutil/bprint.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "avfiltergraph.h"
#include "internal.h"
static int print_link_prop(AVBPrint *buf, AVFilterLink *link)
+ 0
- 1
libavfilter/internal.h
View File
@@ -26,7 +26,6 @@
#include "libavutil/internal.h"
#include "avfilter.h"
#include "avfiltergraph.h"
#include "formats.h"
#include "framepool.h"
#include "framequeue.h"
Write
Preview
Loading…
Cancel
Save