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
abc78a5a
Commit
abc78a5a
authored
Jun 04, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not include log.h in avutil.h
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
d49ea4af
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
11 additions
and
1 deletion
+11
-1
avcodec.h
libavcodec/avcodec.h
+1
-0
avfilter.h
libavfilter/avfilter.h
+1
-0
avformat.h
libavformat/avformat.h
+1
-0
avutil.h
libavutil/avutil.h
+0
-1
eval.c
libavutil/eval.c
+1
-0
file.c
libavutil/file.c
+1
-0
imgutils.c
libavutil/imgutils.c
+1
-0
opt.c
libavutil/opt.c
+1
-0
parseutils.c
libavutil/parseutils.c
+1
-0
postprocess_internal.h
libpostproc/postprocess_internal.h
+1
-0
swscale.h
libswscale/swscale.h
+1
-0
swscale_internal.h
libswscale/swscale_internal.h
+1
-0
No files found.
libavcodec/avcodec.h
View file @
abc78a5a
...
...
@@ -30,6 +30,7 @@
#include "libavutil/samplefmt.h"
#include "libavutil/avutil.h"
#include "libavutil/cpu.h"
#include "libavutil/log.h"
#include "libavutil/pixfmt.h"
#include "libavutil/rational.h"
...
...
libavfilter/avfilter.h
View file @
abc78a5a
...
...
@@ -23,6 +23,7 @@
#define AVFILTER_AVFILTER_H
#include "libavutil/avutil.h"
#include "libavutil/log.h"
#include "libavutil/samplefmt.h"
#include "libavutil/pixfmt.h"
#include "libavutil/rational.h"
...
...
libavformat/avformat.h
View file @
abc78a5a
...
...
@@ -41,6 +41,7 @@ const char *avformat_license(void);
#include <stdio.h>
/* FILE */
#include "libavcodec/avcodec.h"
#include "libavutil/dict.h"
#include "libavutil/log.h"
#include "avio.h"
#include "libavformat/version.h"
...
...
libavutil/avutil.h
View file @
abc78a5a
...
...
@@ -121,6 +121,5 @@ char av_get_picture_type_char(enum AVPictureType pict_type);
#include "common.h"
#include "error.h"
#include "log.h"
#endif
/* AVUTIL_AVUTIL_H */
libavutil/eval.c
View file @
abc78a5a
...
...
@@ -28,6 +28,7 @@
#include "avutil.h"
#include "eval.h"
#include "log.h"
typedef
struct
Parser
{
const
AVClass
*
class
;
...
...
libavutil/file.c
View file @
abc78a5a
...
...
@@ -17,6 +17,7 @@
*/
#include "file.h"
#include "log.h"
#include <fcntl.h>
#include <sys/stat.h>
#include <unistd.h>
...
...
libavutil/imgutils.c
View file @
abc78a5a
...
...
@@ -23,6 +23,7 @@
#include "imgutils.h"
#include "internal.h"
#include "log.h"
#include "pixdesc.h"
void
av_image_fill_max_pixsteps
(
int
max_pixsteps
[
4
],
int
max_pixstep_comps
[
4
],
...
...
libavutil/opt.c
View file @
abc78a5a
...
...
@@ -30,6 +30,7 @@
#include "opt.h"
#include "eval.h"
#include "dict.h"
#include "log.h"
#if FF_API_FIND_OPT
//FIXME order them and do a bin search
...
...
libavutil/parseutils.c
View file @
abc78a5a
...
...
@@ -28,6 +28,7 @@
#include "avstring.h"
#include "avutil.h"
#include "eval.h"
#include "log.h"
#include "random_seed.h"
#include "parseutils.h"
...
...
libpostproc/postprocess_internal.h
View file @
abc78a5a
...
...
@@ -28,6 +28,7 @@
#include <string.h>
#include "libavutil/avutil.h"
#include "libavutil/log.h"
#include "postprocess.h"
#define V_DEBLOCK 0x01
...
...
libswscale/swscale.h
View file @
abc78a5a
...
...
@@ -28,6 +28,7 @@
*/
#include "libavutil/avutil.h"
#include "libavutil/log.h"
#include "libavutil/pixfmt.h"
#define LIBSWSCALE_VERSION_MAJOR 2
...
...
libswscale/swscale_internal.h
View file @
abc78a5a
...
...
@@ -28,6 +28,7 @@
#endif
#include "libavutil/avutil.h"
#include "libavutil/log.h"
#include "libavutil/pixfmt.h"
#define STR(s) AV_TOSTRING(s) //AV_STRINGIFY is too long
...
...
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