mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
dont include opt.h in avcodec.h
Originally committed as revision 4591 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1471c6c2e8
commit
6fd46414db
1
ffmpeg.c
1
ffmpeg.c
@ -21,6 +21,7 @@
|
||||
#include "avformat.h"
|
||||
#include "framehook.h"
|
||||
#include "dsputil.h"
|
||||
#include "opt.h"
|
||||
|
||||
#ifndef CONFIG_WIN32
|
||||
#include <unistd.h>
|
||||
|
@ -12,7 +12,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include "avutil.h"
|
||||
#include "opt.h"
|
||||
#include <sys/types.h> /* size_t */
|
||||
|
||||
//FIXME the following 2 really dont belong in here
|
||||
@ -682,7 +681,7 @@ struct AVCLASS {
|
||||
or AVFormatContext, which begin with an AVClass.
|
||||
Needed because av_log is in libavcodec and has no visibility
|
||||
of AVIn/OutputFormat */
|
||||
AVOption *option;
|
||||
struct AVOption *option;
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -25,6 +25,7 @@
|
||||
*/
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "opt.h"
|
||||
|
||||
static double av_parse_num(const char *name, char **tail){
|
||||
double d;
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "dsputil.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "integer.h"
|
||||
#include "opt.h"
|
||||
#include <stdarg.h>
|
||||
#include <limits.h>
|
||||
#include <float.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user