[FFmpeg-devel] [PATCH 2/2] ffserver_config: replace strtod by av_strtod and correct undefined behavior

Ganesh Ajjanagadde gajjanag at mit.edu
Tue Dec 1 00:27:03 CET 2015


On Mon, Nov 30, 2015 at 3:31 PM, Reynaldo H. Verdejo Pinochet
<reynaldo at osg.samsung.com> wrote:
> This one looks OK (pending a final decision on
> av_clipd64())

I don't think any decision needs to be made, i.e it has passed review.
The problem is that it is currently locked in avutil/internal and
needs to be exposed in some public header of avutil. Unfortunately, I
can't do it myself since:
1. I can't test on Windows, which caused the issues and locking away
of the API in the first place. Any effort I make will naturally be
untested.
2. This API and related design stuff is not my forte or area of interest.

>
> Bests,
>
> --
> Reynaldo
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


More information about the ffmpeg-devel mailing list