[FFmpeg-devel] [PATCH 0/5] silence various compiler warnings

Jean First jeanfirst at gmail.com
Sun Jan 1 16:26:10 CET 2012


silence various compiler warnings and other related changes.

Jean First (5):
  af_astreamsync: remove unused variable
  mxfdec: change av_log formatting %lx to PRIx64 and %li to PRIi64
  j2kdec: av_log formatting use %lx instead of %x
  srtdec: use the default format for snprintf
  mov: av_dlog use PRId64 instead of %ld

 libavcodec/j2kdec.c          |    2 +-
 libavcodec/srtdec.c          |    4 ++--
 libavfilter/af_astreamsync.c |    1 -
 libavformat/mov.c            |    2 +-
 libavformat/mxfdec.c         |   10 +++++-----
 5 files changed, 9 insertions(+), 10 deletions(-)

-- 
1.7.7.3



More information about the ffmpeg-devel mailing list