tript55
Results
2
issues of
tript55
__Describe the Bug__ Hi, We are doing some customization of the library. We need to update the task name programatically but it doesn't keep the spaces between words __Steps to...
bug
backlog
spring cleaning
In h264_parse.c, when checking 0x000003 code, we should skip 1 byte. So: ` if (h264_stream_bytes_remaining(s) > 2 && h264_next_bits(s, 24) == 0x000003) { rbsp_buffer[i++] = h264_u(s, 8); h264_f(s, 8, 0x03);...