mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
rtpj2kpay: Initialize all fields
Makes sad compliers happy
This commit is contained in:
parent
744472d2ad
commit
34222431aa
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ gst_rtp_j2k_pay_handle_buffer (GstBaseRTPPayload * basepayload,
|
|||
state.header.T = 1; /* invalid tile */
|
||||
state.header.priority = 255; /* always 255 for now */
|
||||
state.header.tile = 0; /* no tile number */
|
||||
state.header.offset = 0; /* offset of 0 */
|
||||
state.bitstream = FALSE;
|
||||
state.n_tiles = 0;
|
||||
state.next_sot = 0;
|
||||
|
|
Loading…
Reference in a new issue