summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-09-12 18:24:48 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-09-12 18:24:48 +0000
commit6fd46414dbecfc41c0c70b4b8a1847d3aa277a1f (patch)
tree5945edef18871444c703386279d853f658cdf935 /libavcodec/avcodec.h
parent1471c6c2e88d25a79c8f88742a94726145f81a28 (diff)
dont include opt.h in avcodec.h
Originally committed as revision 4591 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 826329f8ac..82a198453e 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.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;
};
/**