mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
parent
ee91057526
commit
eba9bb5e5a
1 changed files with 1 additions and 0 deletions
|
@ -1365,6 +1365,7 @@ gst_h264_parse_sps (GstH264NalUnit * nalu, GstH264SPS * sps,
|
|||
sps->frame_crop_right_offset = 0;
|
||||
sps->frame_crop_top_offset = 0;
|
||||
sps->frame_crop_bottom_offset = 0;
|
||||
sps->delta_pic_order_always_zero_flag = 0;
|
||||
|
||||
READ_UINT8 (&nr, sps->profile_idc, 8);
|
||||
READ_UINT8 (&nr, sps->constraint_set0_flag, 1);
|
||||
|
|
Loading…
Reference in a new issue