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
Directly #include some required headers.
Originally committed as revision 16780 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
30e98e62b1
commit
c60208e7a1
5 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/avcodec.h
+1
-0
libavcodec/bytestream.h
+1
-0
libavcodec/mpegvideo_common.h
+1
-0
libavformat/mxf.h
+1
-0
libpostproc/postprocess_internal.h
+ 1
- 1
libavcodec/avcodec.h
View File
@@ -26,7 +26,7 @@
* external API header
*/
#include <errno.h>
#include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 52
+ 1
- 0
libavcodec/bytestream.h
View File
@@ -22,6 +22,7 @@
#ifndef AVCODEC_BYTESTREAM_H
#define AVCODEC_BYTESTREAM_H
#include <string.h>
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
+ 1
- 0
libavcodec/mpegvideo_common.h
View File
@@ -30,6 +30,7 @@
#ifndef AVCODEC_MPEGVIDEO_COMMON_H
#define AVCODEC_MPEGVIDEO_COMMON_H
#include <string.h>
#include "avcodec.h"
#include "dsputil.h"
#include "mpegvideo.h"
+ 1
- 0
libavformat/mxf.h
View File
@@ -21,6 +21,7 @@
#ifndef AVFORMAT_MXF_H
#define AVFORMAT_MXF_H
#include <string.h>
#include "avformat.h"
#include "libavcodec/bytestream.h"
+ 1
- 0
libpostproc/postprocess_internal.h
View File
@@ -26,6 +26,7 @@
#ifndef POSTPROCESS_POSTPROCESS_INTERNAL_H
#define POSTPROCESS_POSTPROCESS_INTERNAL_H
#include <string.h>
#include "libavutil/avutil.h"
#include "postprocess.h"
Write
Preview
Loading…
Cancel
Save