[FFmpeg-devel] [PATCH] lavf/utils: fix ISO8601 date generation, after the switch to av_small_strptime()

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Sep 16 17:24:22 CEST 2012


On Sun, Sep 16, 2012 at 05:21:34PM +0200, Reimar Döffinger wrote:
> On Sun, Sep 16, 2012 at 03:24:37PM +0200, Stefano Sabatini wrote:
> > strptime() seems to be more robust to incorrect specification containing
> > spaces.
> > 
> > Should fix trac ticket #1739.
> 
> Huh? Your description is exactly the opposite of what ticket #1739 says.
> #1739 says that our implementation seems to _require_ nonsense spaces...

Sorry, now I understand it. strptime that was used before ignored the
spaces whereas our variant requires those spaces to actually appear in
the time specification we parse.


More information about the ffmpeg-devel mailing list