ffmpeg/libavfilter
Anton Khirnov e3496e5dbe avfiltergraph: silence an uninitialized variable warning
The warning is:
libavfilter/avfiltergraph.c: In function ‘avfilter_graph_config’:
libavfilter/avfiltergraph.c:528:9: warning: ‘best_idx’ may be used uninitialized in this function [-Wuninitialized]
libavfilter/avfiltergraph.c:479:13: note: ‘best_idx’ was declared here

Initialize it to an invalid value and add an assert that it's properly
set later.
2012-09-17 15:48:20 +02:00
..
x86
Makefile
af_aformat.c
af_amix.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
af_anull.c
af_asyncts.c af_asyncts: check return value from lavr when flushing. 2012-09-07 09:06:48 +02:00
af_channelmap.c
af_channelsplit.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
af_join.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
af_resample.c
allfilters.c
asink_anullsink.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
asrc_anullsrc.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
audio.c
audio.h
avfilter.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
avfilter.h
avfiltergraph.c avfiltergraph: silence an uninitialized variable warning 2012-09-17 15:48:20 +02:00
avfiltergraph.h
buffer.c
buffersink.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
buffersink.h
buffersrc.c buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame() 2012-09-17 15:48:20 +02:00
buffersrc.h buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame() 2012-09-17 15:48:20 +02:00
drawutils.c
drawutils.h
fifo.c
filtfmts.c
formats.c
formats.h
gradfun.h
graphparser.c
internal.h
libavfilter.v
split.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
version.h
vf_aspect.c
vf_blackframe.c
vf_boxblur.c
vf_copy.c
vf_crop.c
vf_cropdetect.c
vf_delogo.c avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 2012-09-04 23:13:44 +03:00
vf_drawbox.c
vf_drawtext.c avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 2012-09-04 23:13:44 +03:00
vf_fade.c
vf_fieldorder.c
vf_format.c
vf_fps.c
vf_frei0r.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
vf_gradfun.c
vf_hflip.c
vf_hqdn3d.c
vf_libopencv.c
vf_lut.c
vf_null.c
vf_overlay.c
vf_pad.c
vf_pixdesctest.c
vf_scale.c
vf_select.c
vf_setpts.c
vf_settb.c
vf_showinfo.c
vf_slicify.c
vf_transpose.c
vf_unsharp.c
vf_vflip.c
vf_yadif.c yadif: cosmetics 2012-09-09 15:31:18 +02:00
video.c
video.h
vsink_nullsink.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
vsrc_color.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
vsrc_movie.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
vsrc_nullsrc.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
vsrc_testsrc.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
yadif.h