21 unsigned int iNeededSize;
22 unsigned int iAllocatedSize;
28 #define DVD_MAX_SPUSTREAMS 32 36 std::shared_ptr<CDVDOverlaySpu> AddData(
37 uint8_t* data,
int iSize,
double pts);
39 std::shared_ptr<CDVDOverlaySpu> ParseRLE(std::shared_ptr<CDVDOverlaySpu> pSPU,
40 uint8_t* pUnparsedData);
41 static void FindSubtitleColor(
int last_color,
int stats[4],
CDVDOverlaySpu& pSPU);
42 static bool CanDisplayWithAlphas(
const int a[4],
const int stats[4]);
45 void FlushCurrentPacket();
50 uint8_t m_clut[16][3];
54 std::shared_ptr<CDVDOverlaySpu> ParsePacket(
SPUData* pSPUData);
Definition: DVDDemuxSPU.h:30
Definition: DVDDemuxSPU.h:17
Definition: DVDOverlaySpu.h:16