deinterlace, matroska: fix two variable-may-be-used-uninitialized compiler warnings
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 16 Apr 2011 15:51:32 +0000 (16:51 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 16 Apr 2011 15:51:32 +0000 (16:51 +0100)
commitc2bc6327cd54b00467fd1ae6763b06de2b3aaab7
tree298d8413e467931232fa12b82ed2f7f5c20b1923
parenta068133ee767fb4e08bd93e4a0475ec96bd0f266
deinterlace, matroska: fix two variable-may-be-used-uninitialized compiler warnings

We use -DG_DISABLE_ASSERT for the pre-releases, which makes these
warnings pop up in cases that were previously covered by g_assert_not_reached()
and the like:
tvtime/greedyh.c:801:14: warning: 'scanline' may be used uninitialized in this function
matroska-mux.c:501:19: warning: 'context' may be used uninitialized in this function
gst/deinterlace/tvtime/greedyh.c
gst/matroska/matroska-mux.c