Mercurial > libavcodec.hg
comparison opt.h @ 3702:7e7d8a3fe080 libavcodec
make AVOptions default value field work.
Patch by Panagiotis Issaris % takis P issaris A uhasselt P be %
Original thread:
Date: Sep 8, 2006 3:22 PM
Subject: [Ffmpeg-devel] [PATCH 1/2] Enable usage of AVOption default value
| author | gpoirier |
|---|---|
| date | Sun, 10 Sep 2006 20:21:40 +0000 |
| parents | c537a97eec66 |
| children | c8c591fe26f8 |
comparison
equal
deleted
inserted
replaced
| 3701:4ba77dc980f1 | 3702:7e7d8a3fe080 |
|---|---|
| 74 AVRational av_get_q(void *obj, const char *name, AVOption **o_out); | 74 AVRational av_get_q(void *obj, const char *name, AVOption **o_out); |
| 75 int64_t av_get_int(void *obj, const char *name, AVOption **o_out); | 75 int64_t av_get_int(void *obj, const char *name, AVOption **o_out); |
| 76 const char *av_get_string(void *obj, const char *name, AVOption **o_out, char *buf, int buf_len); | 76 const char *av_get_string(void *obj, const char *name, AVOption **o_out, char *buf, int buf_len); |
| 77 AVOption *av_next_option(void *obj, AVOption *last); | 77 AVOption *av_next_option(void *obj, AVOption *last); |
| 78 int av_opt_show(void *obj, void *av_log_obj); | 78 int av_opt_show(void *obj, void *av_log_obj); |
| 79 void av_opt_set_defaults(void *s); | |
| 79 | 80 |
| 80 #endif | 81 #endif |
