]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/common.h
motion estimation bitrate penalty compensation
[ffmpeg] / libavcodec / common.h
index 8268ee79b903fe5c8c936142244f597a39cfa7ad..20978aeb284d467e2cb2785ad99397434f433a0c 100644 (file)
 #define AVOPTION_SUB(ptr) { .name = NULL, .help = (const char*)ptr }
 #define AVOPTION_END() AVOPTION_SUB(NULL)
 
-struct AVOption;
-#ifdef HAVE_MMX
-extern const struct AVOption avoptions_common[3 + 5];
-#else
-extern const struct AVOption avoptions_common[3];
-#endif
-extern const struct AVOption avoptions_workaround_bug[11];
-
 #endif /* HAVE_AV_CONFIG_H */
 
 /* Suppress restrict if it was not defined in config.h.  */