Patch 1/3 was just a minor typo I noticed while working on av_strtod. Patch 2/3 offers improved flexibility in setting parameters, and it may be noted that with this, all of libavfilter uses av_strtod as opposed to strtod.
Patch 3/3 accordingly documents it. Since all of libavfilter now uses av_strtod, it is placed in a common location - otherwise this remark will need to be applied to all filters, increasing the verbosity and maintainence burden for little gain. Patch for vf_frei0r untested, as I lack it on my system. Ganesh Ajjanagadde (3): avutil/eval: minor typo avfilter/vf_frei0r: use av_strtod instead of strtod for added flexibility doc/filters: move scattered remark on av_strtod to a common location doc/filters.texi | 10 ++++++---- libavfilter/vf_frei0r.c | 3 ++- libavutil/eval.h | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) -- 2.6.2 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel