[FFmpeg-devel] [PATCH] Enhance ffmpeg.c:opt_default()
Stefano Sabatini
stefano.sabatini-lala
Wed May 28 12:56:35 CEST 2008
On date Wednesday 2008-05-28 02:17:18 +0200, Stefano Sabatini encoded:
[...]
> Index: libavcodec/opt.h
> ===================================================================
> --- libavcodec/opt.h (revision 13473)
> +++ libavcodec/opt.h (working copy)
> @@ -73,6 +73,7 @@
>
> const AVOption *av_find_opt(void *obj, const char *name, const char *unit, int mask, int flags);
> const AVOption *av_set_string(void *obj, const char *name, const char *val);
> +const AVOption *av_set_string2(void *obj, const char *name, const char *val, const char **error_ptr);
> const AVOption *av_set_double(void *obj, const char *name, double n);
> const AVOption *av_set_q(void *obj, const char *name, AVRational n);
> const AVOption *av_set_int(void *obj, const char *name, int64_t n);
[...]
I forgot to bump libavcodec minor.
Regards.
--
FFmpeg = Free and Furious MultiPurpose EnGine
More information about the ffmpeg-devel
mailing list