[FFmpeg-devel] [PATCH 00/12] Dead code and missing checks
Derek Buitenhuis
derek.buitenhuis at gmail.com
Thu Jul 6 21:28:30 EEST 2017
FATE passes.
Derek Buitenhuis (12):
bitpacked: Remove dead store
hdsenc: Add missing goto statement
af_tempo: Add missing error check
scpr: Added missing error check
opusdec: Remove dead code
ffmpeg_opt: Make get_timecode actually return errors
cngenc: Add missing error check
hlsenc: Add missing error check
rtmpproto: Fix error return
rtspdec: Fix return error
af_amix: Add missing error check
bitstream_filter: Add missing error check
ffmpeg_opt.c | 2 +-
libavcodec/bitpacked.c | 4 ----
libavcodec/bitstream_filter.c | 2 ++
libavcodec/cngenc.c | 2 ++
libavcodec/opusdec.c | 9 +--------
libavcodec/scpr.c | 2 ++
libavfilter/af_amix.c | 2 ++
libavfilter/af_atempo.c | 2 ++
libavformat/hdsenc.c | 1 +
libavformat/hlsenc.c | 2 ++
libavformat/rtmpproto.c | 2 +-
libavformat/rtspdec.c | 1 -
12 files changed, 16 insertions(+), 15 deletions(-)
--
2.11.0
More information about the ffmpeg-devel
mailing list