diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-08-18 16:51:32 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-09-17 15:48:20 +0200 |
commit | e3496e5dbe277e056800ebe7740ac6467d35d5cb (patch) | |
tree | 193a55994f0a4d3831c8c4d08133fa2a7c22cb76 /libavcodec | |
parent | 34ebbbfeecd6f535c75dfddf2d21d198e1613300 (diff) | |
download | ffmpeg-e3496e5dbe277e056800ebe7740ac6467d35d5cb.tar.gz |
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.
Diffstat (limited to 'libavcodec')
0 files changed, 0 insertions, 0 deletions