[FFmpeg-devel] [RFC] Some cosmetical renames for eval API functions
Michael Niedermayer
michaelni
Tue May 25 17:44:02 CEST 2010
On Tue, May 25, 2010 at 01:02:36AM +0200, Stefano Sabatini wrote:
> I propose these renames:
>
> int ff_parse_and_eval_expr(double *res, const char *s,
> const char * const *const_name, const double *const_value,
> const char * const *func1_name, double (* const *func1)(void *, double),
> const char * const *func2_name, double (* const *func2)(void *, double, double),
> void *opaque, int log_offset, void *log_ctx);
>
> =>
>
> int ff_parse_and_eval_expr(double *res, const char *s,
> const char * const *const_names, const double *const_values,
> const char * const *func1_names, double (* const *funcs1)(void *, double),
> const char * const *func2_names, double (* const *funcs2)(void *, double, double),
> void *opaque, int log_offset, void *log_ctx);
>
> that is I'm adding an "s" to const_name, const_value, func[12]_names
> and func[12], as all these params contain a *list* of values.
no objections to adding s
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
> ... defining _GNU_SOURCE...
For the love of all that is holy, and some that is not, don't do that.
-- Luca & Mans
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100525/877489c8/attachment.pgp>
More information about the ffmpeg-devel
mailing list