[FFmpeg-trac] #1739(avformat:closed): ffmpeg no longer accepts ISO8601 creation_time

FFmpeg trac at avcodec.org
Mon Sep 17 12:50:06 CEST 2012


#1739: ffmpeg no longer accepts ISO8601 creation_time
-------------------------------------+-------------------------------------
             Reporter:  MarkZV       |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  important    |                Component:  avformat
              Version:  git-master   |               Resolution:  fixed
             Keywords:               |               Blocked By:
  creation_time regression strptime  |  Reproduced by developer:  1
             Blocking:               |
Analyzed by developer:  1            |
-------------------------------------+-------------------------------------
Changes (by saste):

 * analyzed:  0 => 1
 * keywords:  creation_time regression => creation_time regression strptime
 * status:  open => closed
 * resolution:   => fixed
 * reproduced:  0 => 1


Comment:

 Should be fixed in:
 {{{
 commit 85c93d90dfae17d2ccff21aec5a55ca3029be83c
 Author: Stefano Sabatini <stefasab at gmail.com>
 Date:   Sun Sep 16 15:22:31 2012 +0200

     lavu/parseutils: fix av_small_strptime() whitespace directive parsing

     According to POSIX, strptime() should consume whitespaces in the date
     string everytime a whitespace conversion specification is found in the
     date format specification. Make av_small_strptime() conform with this
     behavior.

     In particular, should fix trac ticket #1739.
 }}}

 Thanks for reporting.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1739#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list