diff avcodec.h @ 2880:4d91f38477ee libavcodec

dont include opt.h in avcodec.h
author michael
date Mon, 12 Sep 2005 18:24:48 +0000
parents d0b61801ea47
children e578b3572987
line wrap: on
line diff
--- a/avcodec.h	Mon Sep 12 16:30:47 2005 +0000
+++ b/avcodec.h	Mon Sep 12 18:24:48 2005 +0000
@@ -12,7 +12,6 @@
 #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 @@
 					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;
 };
 
 /**