Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2012-12-11 13:17:57 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-12-11 13:17:57 +0400
commit832b1137b6e5b49fc3969899a80723af49a1da0c (patch)
tree38ea35c4c4656821cf625b7ee8f830c5be1b64d5
parent539d64f3e174d087c33b923fba8d4abef125037c (diff)
Update DVDSubContext for latest changes to ffmpeg
-rw-r--r--decoder/LAVVideo/subtitles/LAVSubtitleProvider.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/decoder/LAVVideo/subtitles/LAVSubtitleProvider.cpp b/decoder/LAVVideo/subtitles/LAVSubtitleProvider.cpp
index c3533366..7edea57d 100644
--- a/decoder/LAVVideo/subtitles/LAVSubtitleProvider.cpp
+++ b/decoder/LAVVideo/subtitles/LAVSubtitleProvider.cpp
@@ -443,7 +443,9 @@ void CLAVSubtitleProvider::AddSubtitleRect(LAVSubRect *rect)
typedef struct DVDSubContext
{
+ AVClass *avclass;
uint32_t palette[16];
+ char *palette_str;
int has_palette;
uint8_t colormap[4];
uint8_t alpha[256];