Home
last modified time | relevance | path

Searched refs:psm_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
202 psm_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()
226 return 2 + psm_length; in mpegps_psm_parse()

Completed in 2 milliseconds