avconv: shut up an uninitialized variable warning.
authorAnton Khirnov <anton@khirnov.net>
Mon, 25 Jun 2012 11:16:57 +0000 (13:16 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 26 Jun 2012 17:31:51 +0000 (19:31 +0200)
commit74853ed3f845212f4092e7b7e89dc2262926f4f5
tree20eae81749ef700d07a965ae840e5482972f11c9
parent61d158c321a82ec7bfc46ce480997797e8048b85
avconv: shut up an uninitialized variable warning.

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
avconv.c