[FFmpeg-devel] [PATCH 0/3] transition strtod to av_strtod

Ganesh Ajjanagadde gajjanagadde at gmail.com
Sun Nov 1 17:57:52 CET 2015


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



More information about the ffmpeg-devel mailing list