Home
last modified time | relevance | path

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

/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_mpeg.c79 uint8_t spu_dvd[32]; member
357 if (this->spu_dvd[track] == 255) { in parse_mpeg2_packet()
358 this->spu_dvd[track] = this->num_spu++; in parse_mpeg2_packet()
366 int type = BUF_SPU_DVD + this->spu_dvd[track]; in parse_mpeg2_packet()
1394 memset (this->spu_dvd, 255, sizeof (this->spu_dvd)); in open_plugin()