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