• Anton Khirnov's avatar
    avconv: shut up an uninitialized variable warning. · 74853ed3
    Anton Khirnov authored
    The warning silenced was:
    avconv.c: In function ‘configure_filtergraph’:
    avconv.c:603:8: warning: ‘ist’ may be used uninitialized in this function [-Wuninitialized]
    avconv.c:549:18: note: ‘ist’ was declared here
    74853ed3