Revision 5b21bdab libavcodec/opt.h
libavcodec/opt.h | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
#ifndef AVOPT_H
|
|
23 |
#define AVOPT_H
|
|
22 |
#ifndef FFMPEG_OPT_H
|
|
23 |
#define FFMPEG_OPT_H
|
|
24 | 24 |
|
25 | 25 |
/** |
26 | 26 |
* @file opt.h |
... | ... | |
84 | 84 |
void av_opt_set_defaults(void *s); |
85 | 85 |
void av_opt_set_defaults2(void *s, int mask, int flags); |
86 | 86 |
|
87 |
#endif |
|
87 |
#endif /* FFMPEG_OPT_H */ |
Also available in: Unified diff