ffmpeg/fftools
Matt Oliver 6be690685a ffplay: Fix realloc_texture when input texture is NULL.
SDL_QueryTexture and SDL_DestroyTexture require that the input texture
pointer be non-null. Debug builds of SDL will correctly check for this
and break program execution. This patch fixes this by checking the
status of the texture pointer.

Signed-off-by: Matt Oliver <protogonoi@gmail.com>
2018-04-18 18:57:07 +10:00
..
Makefile
cmdutils.c fftools/cmdutils: add support for level flag in loglevel option parser 2018-04-03 10:17:38 +02:00
cmdutils.h cmdutils: print supported codecs in show_help_bsf() 2018-03-22 00:15:05 -03:00
ffmpeg.c ffmpeg: allow setting attached_pic disposition 2018-04-04 19:09:28 +02:00
ffmpeg.h ffmpeg: remove dead call to av_parser_change() 2018-03-23 22:03:22 -03:00
ffmpeg_cuvid.c
ffmpeg_filter.c
ffmpeg_hw.c
ffmpeg_opt.c
ffmpeg_qsv.c
ffmpeg_videotoolbox.c
ffplay.c ffplay: Fix realloc_texture when input texture is NULL. 2018-04-18 18:57:07 +10:00
ffprobe.c ffprobe: report unavailable SAR correctly in stream info 2018-04-17 20:11:31 +01:00