#include "libavutil/rational.h"
#include "avcodec.h"
#include "libavutil/opt.h"
Go to the source code of this file.
Functions | |
attribute_deprecated const AVOption * | av_set_string (void *obj, const char *name, const char *val) |
attribute_deprecated const AVOption * | av_set_string2 (void *obj, const char *name, const char *val, int alloc) |
attribute_deprecated int | av_opt_show (void *obj, void *av_log_obj) |
AVOptions.
Definition in file opt.h.
attribute_deprecated int av_opt_show | ( | void * | obj, | |
void * | av_log_obj | |||
) |
attribute_deprecated const AVOption* av_set_string | ( | void * | obj, | |
const char * | name, | |||
const char * | val | |||
) |
attribute_deprecated const AVOption* av_set_string2 | ( | void * | obj, | |
const char * | name, | |||
const char * | val, | |||
int | alloc | |||
) |