[FFmpeg-trac] #3472(avcodec:new): Badly formatted DEBUG log in mjpegdec.c

FFmpeg trac at avcodec.org
Sun Mar 16 18:05:47 CET 2014


#3472: Badly formatted DEBUG log in mjpegdec.c
---------------------------------+--------------------------------------
             Reporter:  cyril    |                     Type:  defect
               Status:  new      |                 Priority:  normal
            Component:  avcodec  |                  Version:  git-master
             Keywords:           |               Blocked By:
             Blocking:           |  Reproduced by developer:  0
Analyzed by developer:  0        |
---------------------------------+--------------------------------------
 Summary of the bug: A badly formatted log in mjpegdec.c just make ffmpeg
 throw an exception when log is at DEBUG level.

 In mjpegdec.c at line 1861:
 av_log(avctx, AV_LOG_DEBUG, "marker=%x avail_size_in_buf=%td\n",

 %td should be replaced by %d

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3472>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list