mxfmux: Fix uninitialized variable compiler warning
authorTristan Matthews <le.businessman@gmail.com>
Sun, 10 May 2009 08:40:36 +0000 (10:40 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 10 May 2009 08:41:41 +0000 (10:41 +0200)
commit6451febd143e8d214718c6d0e1b2355f52806b50
tree39d56c477124dd566eb207ea28f64cb19c9db22d
parent028efb726c73504887e7d40198d7114c029634bb
mxfmux: Fix uninitialized variable compiler warning

This will always be set to something but gcc didn't detect
this. Fixes bug #582013.
gst/mxf/mxfmux.c