Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibzvbi-teletextdec.c589 int data_unit_length = buf[1]; in slice_to_vbi_lines() local
590 if (data_unit_length + 2 > size) in slice_to_vbi_lines()
593 if (data_unit_length != 0x2c) in slice_to_vbi_lines()
632 size -= data_unit_length + 2; in slice_to_vbi_lines()
633 buf += data_unit_length + 2; in slice_to_vbi_lines()

Completed in 3 milliseconds