dont include opt.h in avcodec.h

Originally committed as revision 4591 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2005-09-12 18:24:48 +00:00
parent 1471c6c2e8
commit 6fd46414db
4 changed files with 4 additions and 2 deletions

View File

@@ -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>