avidemux: fix 'variable may be used uninitialized' warnings caused by -DG_DISABLE_ASSERT
This commit is contained in:
parent
5c9e2646e0
commit
75d5c41f29
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user