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
ed9625eb
Commit
ed9625eb
authored
Feb 10, 2014
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsputil: Move intreadwrite.h #include from header file to .c files
parent
9103185b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
1 deletion
+6
-1
dsputil.h
libavcodec/dsputil.h
+0
-1
h264pred_template.c
libavcodec/h264pred_template.c
+2
-0
h264qpel_template.c
libavcodec/h264qpel_template.c
+2
-0
nuv.c
libavcodec/nuv.c
+1
-0
vp3dsp.c
libavcodec/vp3dsp.c
+1
-0
No files found.
libavcodec/dsputil.h
View file @
ed9625eb
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
#ifndef AVCODEC_DSPUTIL_H
#ifndef AVCODEC_DSPUTIL_H
#define AVCODEC_DSPUTIL_H
#define AVCODEC_DSPUTIL_H
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "avcodec.h"
#include "rnd_avg.h"
#include "rnd_avg.h"
...
...
libavcodec/h264pred_template.c
View file @
ed9625eb
...
@@ -25,6 +25,8 @@
...
@@ -25,6 +25,8 @@
* @author Michael Niedermayer <michaelni@gmx.at>
* @author Michael Niedermayer <michaelni@gmx.at>
*/
*/
#include "libavutil/intreadwrite.h"
#include "mathops.h"
#include "mathops.h"
#include "bit_depth_template.c"
#include "bit_depth_template.c"
...
...
libavcodec/h264qpel_template.c
View file @
ed9625eb
...
@@ -20,6 +20,8 @@
...
@@ -20,6 +20,8 @@
*/
*/
#include "libavutil/common.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "bit_depth_template.c"
#include "bit_depth_template.c"
#include "hpel_template.c"
#include "hpel_template.c"
...
...
libavcodec/nuv.c
View file @
ed9625eb
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
#include "libavutil/bswap.h"
#include "libavutil/bswap.h"
#include "libavutil/common.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/lzo.h"
#include "libavutil/lzo.h"
#include "libavutil/imgutils.h"
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "avcodec.h"
...
...
libavcodec/vp3dsp.c
View file @
ed9625eb
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
#include "libavutil/attributes.h"
#include "libavutil/attributes.h"
#include "libavutil/common.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "avcodec.h"
#include "dsputil.h"
#include "dsputil.h"
#include "rnd_avg.h"
#include "rnd_avg.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