From 711def8f20707e2816c957d5d4edb8952b0876e6 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sun, 3 Oct 2010 23:30:02 +0200 Subject: Added better detection for transparent logos, new logo filename scheme! --- command/decoder.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'command/decoder.cpp') diff --git a/command/decoder.cpp b/command/decoder.cpp index e14a65f..9e9dcae 100644 --- a/command/decoder.cpp +++ b/command/decoder.cpp @@ -531,6 +531,7 @@ bool cMarkAdDecoder::SetVideoInfos(MarkAdContext *maContext,AVCodecContext *Vide } maContext->Video.Info.Height=Video_Context->height; maContext->Video.Info.Width=Video_Context->width; + maContext->Video.Info.Pix_Fmt=Video_Context->pix_fmt; return true; } -- cgit v1.2.3