Functions

libavcodec/opt.c File Reference

#include "avcodec.h"
#include "opt.h"

Go to the source code of this file.

Functions

 FF_SYMVER (const AVOption *, av_find_opt,(void *obj, const char *name, const char *unit, int mask, int flags),"LIBAVCODEC_52")
 FF_SYMVER (int, av_set_string3,(void *obj, const char *name, const char *val, int alloc, const AVOption **o_out),"LIBAVCODEC_52")
 FF_SYMVER (const AVOption *, av_set_double,(void *obj, const char *name, double n),"LIBAVCODEC_52")
 FF_SYMVER (const AVOption *, av_set_q,(void *obj, const char *name, AVRational n),"LIBAVCODEC_52")
 FF_SYMVER (const AVOption *, av_set_int,(void *obj, const char *name, int64_t n),"LIBAVCODEC_52")
 FF_SYMVER (double, av_get_double,(void *obj, const char *name, const AVOption **o_out),"LIBAVCODEC_52")
 FF_SYMVER (AVRational, av_get_q,(void *obj, const char *name, const AVOption **o_out),"LIBAVCODEC_52")
 FF_SYMVER (int64_t, av_get_int,(void *obj, const char *name, const AVOption **o_out),"LIBAVCODEC_52")
 FF_SYMVER (const char *, av_get_string,(void *obj, const char *name, const AVOption **o_out, char *buf, int buf_len),"LIBAVCODEC_52")
 FF_SYMVER (const AVOption *, av_next_option,(void *obj, const AVOption *last),"LIBAVCODEC_52")
 FF_SYMVER (int, av_opt_show2,(void *obj, void *av_log_obj, int req_flags, int rej_flags),"LIBAVCODEC_52")
 FF_SYMVER (void, av_opt_set_defaults,(void *s),"LIBAVCODEC_52")
 FF_SYMVER (void, av_opt_set_defaults2,(void *s, int mask, int flags),"LIBAVCODEC_52")
const AVOptionav_set_string2 (void *obj, const char *name, const char *val, int alloc)
const AVOptionav_set_string (void *obj, const char *name, const char *val)
int av_opt_show (void *obj, void *av_log_obj)

Function Documentation

int av_opt_show ( void *  obj,
void *  av_log_obj 
)
Deprecated:
Use av_opt_show2() instead.

Definition at line 85 of file opt.c.

const AVOption* av_set_string ( void *  obj,
const char *  name,
const char *  val 
)
See also:
av_set_string2()

Definition at line 76 of file opt.c.

const AVOption* av_set_string2 ( void *  obj,
const char *  name,
const char *  val,
int  alloc 
)
Returns:
a pointer to the AVOption corresponding to the field set or NULL if no matching AVOption exists, or if the value val is not valid
See also:
av_set_string3()

Definition at line 69 of file opt.c.

FF_SYMVER ( AVRational  ,
av_get_q  ,
(void *obj, const char *name, const AVOption **o_out)  ,
"LIBAVCODEC_52"   
)

Definition at line 45 of file opt.c.

FF_SYMVER ( void  ,
av_opt_set_defaults2  ,
(void *s, int mask, int flags ,
"LIBAVCODEC_52"   
)

Definition at line 63 of file opt.c.

FF_SYMVER ( void  ,
av_opt_set_defaults  ,
(void *s)  ,
"LIBAVCODEC_52"   
)

Definition at line 60 of file opt.c.

FF_SYMVER ( int  ,
av_opt_show2  ,
(void *obj, void *av_log_obj, int req_flags, int rej_flags)  ,
"LIBAVCODEC_52"   
)

Definition at line 57 of file opt.c.

FF_SYMVER ( const AVOption ,
av_next_option  ,
(void *obj, const AVOption *last)  ,
"LIBAVCODEC_52"   
)

Definition at line 54 of file opt.c.

FF_SYMVER ( const char *  ,
av_get_string  ,
(void *obj, const char *name, const AVOption **o_out, char *buf, int buf_len)  ,
"LIBAVCODEC_52"   
)

Definition at line 51 of file opt.c.

FF_SYMVER ( const AVOption ,
av_set_q  ,
(void *obj, const char *name, AVRational n)  ,
"LIBAVCODEC_52"   
)

Definition at line 36 of file opt.c.

FF_SYMVER ( const AVOption ,
av_find_opt  ,
(void *obj, const char *name, const char *unit, int mask, int flags ,
"LIBAVCODEC_52"   
)

Definition at line 27 of file opt.c.

FF_SYMVER ( double  ,
av_get_double  ,
(void *obj, const char *name, const AVOption **o_out)  ,
"LIBAVCODEC_52"   
)

Definition at line 42 of file opt.c.

FF_SYMVER ( const AVOption ,
av_set_int  ,
(void *obj, const char *name, int64_t n)  ,
"LIBAVCODEC_52"   
)

Definition at line 39 of file opt.c.

FF_SYMVER ( int  ,
av_set_string3  ,
(void *obj, const char *name, const char *val, int alloc, const AVOption **o_out)  ,
"LIBAVCODEC_52"   
)

Definition at line 30 of file opt.c.

FF_SYMVER ( const AVOption ,
av_set_double  ,
(void *obj, const char *name, double n)  ,
"LIBAVCODEC_52"   
)

Definition at line 33 of file opt.c.

FF_SYMVER ( int64_t  ,
av_get_int  ,
(void *obj, const char *name, const AVOption **o_out)  ,
"LIBAVCODEC_52"   
)

Definition at line 48 of file opt.c.