libavcodec/opt.c File Reference

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

Go to the source code of this file.

Functions

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.


Generated on Fri Oct 26 02:38:17 2012 for FFmpeg by  doxygen 1.5.8