qtdemux: Fix uninitialized variable warnings
authorJan Schmidt <thaytan@noraisin.net>
Mon, 12 Oct 2009 23:12:42 +0000 (00:12 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Mon, 12 Oct 2009 23:12:42 +0000 (00:12 +0100)
commit42b09362f6a8db8d872b7d2d78c728acd7981bea
tree90a52d92e21c7c53609e8325f9ca9cb9b2e29b1e
parentc581e6f205f7489ea4ae81cd5fd4078a522dfaa7
qtdemux: Fix uninitialized variable warnings

The gcc on the OS/X buildbot complains about these variables not being
initialized, even though they can't possibly actually be used
uninitialized.
gst/qtdemux/qtdemux.c