Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
4bc7a2a6
Commit
4bc7a2a6
authored
Sep 21, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter: remove duplicate includes
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
0506f3fa
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
9 deletions
+0
-9
avfilter.c
libavfilter/avfilter.c
+0
-1
vf_blackframe.c
libavfilter/vf_blackframe.c
+0
-1
vf_fade.c
libavfilter/vf_fade.c
+0
-1
vf_fieldorder.c
libavfilter/vf_fieldorder.c
+0
-1
vf_format.c
libavfilter/vf_format.c
+0
-1
vf_gradfun.c
libavfilter/vf_gradfun.c
+0
-1
vf_overlay.c
libavfilter/vf_overlay.c
+0
-1
vf_pad.c
libavfilter/vf_pad.c
+0
-1
vf_transpose.c
libavfilter/vf_transpose.c
+0
-1
No files found.
libavfilter/avfilter.c
View file @
4bc7a2a6
...
...
@@ -36,7 +36,6 @@
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "audio.h"
static
int
ff_filter_frame_framed
(
AVFilterLink
*
link
,
AVFrame
*
frame
);
...
...
libavfilter/vf_blackframe.c
View file @
4bc7a2a6
...
...
@@ -33,7 +33,6 @@
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "internal.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
...
...
libavfilter/vf_fade.c
View file @
4bc7a2a6
...
...
@@ -32,7 +32,6 @@
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "drawutils.h"
#include "internal.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
...
...
libavfilter/vf_fieldorder.c
View file @
4bc7a2a6
...
...
@@ -23,7 +23,6 @@
* video field order filter, heavily influenced by vf_pad.c
*/
#include "libavutil/opt.h"
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
...
...
libavfilter/vf_format.c
View file @
4bc7a2a6
...
...
@@ -31,7 +31,6 @@
#include "libavutil/opt.h"
#include "avfilter.h"
#include "internal.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
...
...
libavfilter/vf_gradfun.c
View file @
4bc7a2a6
...
...
@@ -37,7 +37,6 @@
#include "libavutil/cpu.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "formats.h"
#include "gradfun.h"
...
...
libavfilter/vf_overlay.c
View file @
4bc7a2a6
...
...
@@ -30,7 +30,6 @@
#include "libavutil/common.h"
#include "libavutil/eval.h"
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "libavutil/imgutils.h"
#include "libavutil/mathematics.h"
...
...
libavfilter/vf_pad.c
View file @
4bc7a2a6
...
...
@@ -35,7 +35,6 @@
#include "libavutil/colorspace.h"
#include "libavutil/avassert.h"
#include "libavutil/imgutils.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
...
...
libavfilter/vf_transpose.c
View file @
4bc7a2a6
...
...
@@ -28,7 +28,6 @@
#include <stdio.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "libavutil/imgutils.h"
#include "libavutil/internal.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