#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to