Lines Matching defs:trailer
42 uint8_t *trailer;
58 uint8_t *trailer = strstr(par->extradata, "\n[Events]");
60 if (trailer)
61 trailer = strstr(trailer, "Format:");
62 if (trailer)
63 trailer = strstr(trailer, "\n");
65 if (trailer++) {
66 header_size = (trailer - par->extradata);
69 ass->trailer = trailer;
208 if (ass->trailer) {
209 avio_write(s->pb, ass->trailer, ass->trailer_size);