Lines Matching defs:last
1068 int last = -1;
1084 av_log(s, AV_LOG_TRACE, "type:%d, size:%d, last:%d, dts:%"PRId64" pos:%"PRId64"\n", type, size, last, dts, avio_tell(s->pb));
1233 // Read the last 4 bytes of the file, this should be the size of the
1240 // Seek to the start of the last FLV tag at position (fsize - 4 - size)
1416 last = avio_rb32(s->pb);
1418 if (last != orig_size + 11 && last != orig_size + 10 &&
1420 (last != orig_size || !last) && last != flv->sum_flv_tag_size &&
1422 av_log(s, AV_LOG_ERROR, "Packet mismatch %d %d %"PRId64"\n", last, orig_size + 11, flv->sum_flv_tag_size);