Home
last modified time | relevance | path

Searched refs:fu_header (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtpdec_h264.c289 uint8_t fu_indicator, fu_header, start_bit, nal_type, nal; in h264_handle_packet_fu_a() local
297 fu_header = buf[1]; in h264_handle_packet_fu_a()
298 start_bit = fu_header >> 7; in h264_handle_packet_fu_a()
299 nal_type = fu_header & 0x1f; in h264_handle_packet_fu_a()
302 // skip the fu_indicator and fu_header in h264_handle_packet_fu_a()

Completed in 3 milliseconds