Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmpeg.c200 int psm_length, ps_info_length, es_map_length; in mpegps_psm_parse() local
209 /*es_map_length = */avio_rb16(pb); in mpegps_psm_parse()
210 /* Ignore es_map_length, trust psm_length */ in mpegps_psm_parse()
211 es_map_length = psm_length - ps_info_length - 10; in mpegps_psm_parse()
214 while (es_map_length >= 4) { in mpegps_psm_parse()
223 es_map_length -= 4 + es_info_length; in mpegps_psm_parse()

Completed in 2 milliseconds