Home
last modified time | relevance | path

Searched refs:unit_nb (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_mp4toannexb_bsf.c71 uint8_t *out = NULL, unit_nb, sps_done = 0; in h264_extradata_to_annexb() local
83 unit_nb = bytestream2_get_byteu(gb) & 0x1f; /* number of sps unit(s) */ in h264_extradata_to_annexb()
84 if (!unit_nb) { in h264_extradata_to_annexb()
88 while (unit_nb--) { in h264_extradata_to_annexb()
106 if (!unit_nb && !sps_done++) { in h264_extradata_to_annexb()
107 unit_nb = bytestream2_get_byteu(gb); /* number of pps unit(s) */ in h264_extradata_to_annexb()