[FFmpeg-trac] #5100(avformat:new): Bad format string in rmdec.c

FFmpeg trac at avcodec.org
Tue Dec 22 05:38:23 CET 2015


#5100: Bad format string in rmdec.c
---------------------------------------+----------------------------------
               Reporter:  jeremyhu     |                  Owner:
                   Type:  defect       |                 Status:  new
               Priority:  normal       |              Component:  avformat
                Version:  unspecified  |               Keywords:
             Blocked By:               |               Blocking:
Reproduced by developer:  0            |  Analyzed by developer:  0
---------------------------------------+----------------------------------
 The following format warning was seen with N-77414-g484cc66:

 {{{
 src/libavformat/rmdec.c:1379:83: warning: format specifies type 'unsigned
 long' but the argument has type 'long long' [-Wformat]
                 av_log(s, AV_LOG_ERROR, "Unsupported opcode=%d at %lX\n",
 opcode, avio_tell(pb) - 1);
                                                                   ~~~
 ^~~~~~~~~~~~~~~~~
                                                                   %llX
 1 warning generated.
 }}}

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


More information about the FFmpeg-trac mailing list