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
Do not include pixfmt.h in avutil.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.9
Mans Rullgard
14 years ago
parent
e91709ca17
commit
d49ea4afb4
5 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/avcodec.h
+1
-0
libavfilter/avfilter.h
+0
-1
libavutil/avutil.h
+1
-0
libswscale/swscale.h
+1
-0
libswscale/swscale_internal.h
+ 1
- 0
libavcodec/avcodec.h
View File
@@ -30,6 +30,7 @@
#include "libavutil/samplefmt.h"
#include "libavutil/avutil.h"
#include "libavutil/cpu.h"
#include "libavutil/pixfmt.h"
#include "libavutil/rational.h"
#include "libavcodec/version.h"
+ 1
- 0
libavfilter/avfilter.h
View File
@@ -24,6 +24,7 @@
#include "libavutil/avutil.h"
#include "libavutil/samplefmt.h"
#include "libavutil/pixfmt.h"
#include "libavutil/rational.h"
#define LIBAVFILTER_VERSION_MAJOR 2
+ 0
- 1
libavutil/avutil.h
View File
@@ -122,6 +122,5 @@ char av_get_picture_type_char(enum AVPictureType pict_type);
#include "common.h"
#include "error.h"
#include "log.h"
#include "pixfmt.h"
#endif /* AVUTIL_AVUTIL_H */
+ 1
- 0
libswscale/swscale.h
View File
@@ -28,6 +28,7 @@
*/
#include "libavutil/avutil.h"
#include "libavutil/pixfmt.h"
#define LIBSWSCALE_VERSION_MAJOR 2
#define LIBSWSCALE_VERSION_MINOR 0
+ 1
- 0
libswscale/swscale_internal.h
View File
@@ -28,6 +28,7 @@
#endif
#include "libavutil/avutil.h"
#include "libavutil/pixfmt.h"
#define STR(s) AV_TOSTRING(s) //AV_STRINGIFY is too long
Write
Preview
Loading…
Cancel
Save