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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Disom.h114 unsigned int stsz_sample_size; ///< always contains sample size from stsz atom member in struct:MOVStreamContext
H A Dmov.c1865 sc->stsz_sample_size = sample_size;
2162 if (next_offset > current_offset && sc->sample_size>0 && sc->sample_size < sc->stsz_sample_size &&
2163 sc->stsc_data[stsc_index].count * (int64_t)sc->stsz_sample_size > next_offset - current_offset) {
2164 av_log(mov->fc, AV_LOG_WARNING, "STSZ sample size %d invalid (too large), ignoring\n", sc->stsz_sample_size);
2165 sc->stsz_sample_size = sc->sample_size;
2167 if (sc->stsz_sample_size>0 && sc->stsz_sample_size < sc->sample_size) {
2168 av_log(mov->fc, AV_LOG_WARNING, "STSZ sample size %d invalid (too small), ignoring\n", sc->stsz_sample_size);
2169 sc->stsz_sample_size = sc->sample_size;
2203 sample_size = sc->stsz_sample_size >
[all...]

Completed in 113 milliseconds