Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dffwavesynth.c238 uint8_t *edata, *edata_end; in wavesynth_parse_extradata() local
247 edata_end = edata + avc->extradata_size; in wavesynth_parse_extradata()
250 if (ws->nb_inter < 0 || (edata_end - edata) / 24 < ws->nb_inter) in wavesynth_parse_extradata()
257 if (edata_end - edata < 24) in wavesynth_parse_extradata()
273 if (edata_end - edata < 20 || avc->sample_rate <= 0) in wavesynth_parse_extradata()
295 if (edata_end - edata < 8) in wavesynth_parse_extradata()
307 if (edata != edata_end) in wavesynth_parse_extradata()