avidemux: fix 'variable may be used uninitialized' warnings caused by -DG_DISABLE_ASSERT

This commit is contained in:
Tim-Philipp Müller 2011-04-17 01:29:01 +01:00
parent 5c9e2646e0
commit 75d5c41f29

View file

@ -2248,7 +2248,7 @@ gst_avi_demux_parse_stream (GstAviDemux * avi, GstBuffer * buf)
break;
}
default:
g_assert_not_reached ();
g_return_val_if_reached (FALSE);
}
/* no caps means no stream */