[FFmpeg-trac] #921(FFprobe:new): ffprobe may not correctly format json filesizes (patch attached)

FFmpeg trac at avcodec.org
Tue Jan 17 23:18:06 CET 2012


#921: ffprobe may not correctly format json filesizes (patch attached)
---------------------------------------+-----------------------------------
             Reporter:  elkq           |                    Owner:  stefano
                 Type:  defect         |                   Status:  new
             Priority:  normal         |                Component:  FFprobe
              Version:  git-master     |               Resolution:
             Keywords:  json filesize  |               Blocked By:
             Blocking:                 |  Reproduced by developer:  0
Analyzed by developer:  0              |
---------------------------------------+-----------------------------------

Comment (by cehoyos):

 > l = snprintf(buf, buf_size, "%ld",   (int64_t)vald);

 This should be 'snprintf(buf, buf_size, "%"PRId64, (int64_t)vald);' and
 similar below.

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


More information about the FFmpeg-trac mailing list