mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
tests: h264parser: Fix picture timing SEI
The payloadSize don't need to include rbsp_trailing_bits()
This commit is contained in:
parent
28ce6c2a40
commit
72854261bb
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ static guint8 nalu_sps_with_vui[] = {
|
|||
};
|
||||
|
||||
static guint8 nalu_sei_pic_timing[] = {
|
||||
0x00, 0x00, 0x01, 0x06, 0x01, 0x02, 0x32, 0x80
|
||||
0x00, 0x00, 0x01, 0x06, 0x01, 0x01, 0x32, 0x80
|
||||
};
|
||||
|
||||
static guint8 nalu_chained_sei[] = {
|
||||
|
|
Loading…
Reference in a new issue