Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
e9510dc0
Commit
e9510dc0
authored
Jun 25, 2017
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter: remove usage of empty header
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
c11ca610
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
4 deletions
+0
-4
f_sendcmd.c
libavfilter/f_sendcmd.c
+0
-1
f_zmq.c
libavfilter/f_zmq.c
+0
-1
graphdump.c
libavfilter/graphdump.c
+0
-1
internal.h
libavfilter/internal.h
+0
-1
No files found.
libavfilter/f_sendcmd.c
View file @
e9510dc0
...
...
@@ -30,7 +30,6 @@
#include "libavutil/parseutils.h"
#include "avfilter.h"
#include "internal.h"
#include "avfiltergraph.h"
#include "audio.h"
#include "video.h"
...
...
libavfilter/f_zmq.c
View file @
e9510dc0
...
...
@@ -29,7 +29,6 @@
#include "libavutil/opt.h"
#include "avfilter.h"
#include "internal.h"
#include "avfiltergraph.h"
#include "audio.h"
#include "video.h"
...
...
libavfilter/graphdump.c
View file @
e9510dc0
...
...
@@ -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
)
...
...
libavfilter/internal.h
View file @
e9510dc0
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment