mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-05 13:45:37 +01:00
* 'externaly' visible option list begins avoptions_ prefix
* fixed FLAG AVOption Originally committed as revision 1661 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -57,6 +57,14 @@
|
||||
#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. */
|
||||
|
||||
Reference in New Issue
Block a user