[FFmpeg-devel] [PATCH 00/11] Various fixes to silence compiler warnings

Jean First jeanfirst at gmail.com
Fri Dec 30 21:07:57 CET 2011


Jean First (11):
  8svx: remove unused variable in eightsvx_decode_frame
  lavfi: fix compiler warning for uninitialized variables
  cache: remove unused variable in cache_open
  cache: use av_freep instead of av_free in cache_open
  flvdec: fix compiler warning for uninitialized variables
  id3v2: fix compiler warning for uninitialized variables
  mov: remove unused function mov_read_chan2
  movenc: remove unused variables
  mxg: fix compiler warning for uninitialized variables
  rtsp: fix compiler warning for uninitialized variables
  mpegts: remove unused variable

 libavcodec/8svx.c    |    1 -
 libavdevice/lavfi.c  |    3 ++-
 libavformat/cache.c  |    3 +--
 libavformat/flvdec.c |    3 ++-
 libavformat/id3v2.c  |    2 +-
 libavformat/mov.c    |    9 ---------
 libavformat/movenc.c |    2 --
 libavformat/mpegts.c |    2 +-
 libavformat/mxg.c    |    2 +-
 libavformat/rmdec.c  |    5 +++--
 libavformat/rtsp.c   |    2 +-
 11 files changed, 12 insertions(+), 22 deletions(-)

-- 
1.7.7.3



More information about the ffmpeg-devel mailing list