diff options
-rw-r--r-- | gst/mxf/mxfmpeg.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/mxf/mxfmpeg.c b/gst/mxf/mxfmpeg.c index 21fece89..609e53bd 100644 --- a/gst/mxf/mxfmpeg.c +++ b/gst/mxf/mxfmpeg.c @@ -507,8 +507,6 @@ mxf_mpeg_is_mpeg4_keyframe (GstBuffer * buffer) } } - g_assert_not_reached (); - return FALSE; } |