mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
h264parse: Remove useless comparison
sei_pic_struct is unsigned and GST_H264_SEI_PIC_STRUCT_FRAME is zero. CID: 1461467
This commit is contained in:
parent
eeb3dd6605
commit
462a8130a6
1 changed files with 0 additions and 1 deletions
|
@ -2814,7 +2814,6 @@ gst_h264_parse_create_pic_timing_sei (GstH264Parse * h264parse,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
g_assert (h264parse->sei_pic_struct >= GST_H264_SEI_PIC_STRUCT_FRAME);
|
||||
g_assert (h264parse->sei_pic_struct <=
|
||||
GST_H264_SEI_PIC_STRUCT_FRAME_TRIPLING);
|
||||
|
||||
|
|
Loading…
Reference in a new issue