[Ffmpeg-devel] [PATCH] Use ff_eval for AVOption parsing
Panagiotis Issaris
takis.issaris
Wed Sep 27 00:10:21 CEST 2006
Hi,
On di, 2006-09-26 at 23:31 +0200, Panagiotis Issaris wrote:
>[...]
>
> Follow-up patch attached which makes ratecontrol use ff_eval2.
> Regression tests succeed.
> [...]
Should I have put this (in mpegvideo.h):
994 double ff_eval(char *s, double *const_value, const char **const_name,
995 double (**func1)(void *, double), const char **func1_name,
996 double (**func2)(void *, double, double), char **func2_name,
997 void *opaque);
Within this too?
#if LIBAVCODEC_VERSION_INT < ((51<<16)+(16<<8)+0)
...
#endif
With friendly regards,
Takis
More information about the ffmpeg-devel
mailing list