mxfdemux: Remove accidentially committed g_assert_not_reached()

This commit is contained in:
Sebastian Dröge 2009-03-17 14:23:37 +01:00
parent c6730cd223
commit 992caf48ba

View file

@ -507,8 +507,6 @@ mxf_mpeg_is_mpeg4_keyframe (GstBuffer * buffer)
}
}
g_assert_not_reached ();
return FALSE;
}