mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
x264enc: fixed codestyle
This commit is contained in:
parent
9d3b96e5f7
commit
0dd89a1dd2
1 changed files with 1 additions and 1 deletions
|
@ -2342,7 +2342,7 @@ gst_x264_enc_add_cc (GstBuffer * buffer, x264_picture_t * pic_in)
|
|||
*/
|
||||
pic_in->extra_sei.payloads[i].payload[8] =
|
||||
((cc_meta->size / 3) & 0x1f) | 0x40;
|
||||
pic_in->extra_sei.payloads[i].payload[9] = 255; /* 8 bits em_data, unused */
|
||||
pic_in->extra_sei.payloads[i].payload[9] = 255; /* 8 bits em_data, unused */
|
||||
pic_in->extra_sei.payloads[i].payload[cc_meta->size + 10] = 255; /* 8 marker bits */
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue