Skip to content

Commit

Permalink
SubtitleProvider: "None" yuvMatrix is the expected value for RGB subt…
Browse files Browse the repository at this point in the history
…itles
  • Loading branch information
Nevcairiel committed Feb 9, 2022
1 parent 7a5e78d commit 74697b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoder/LAVVideo/subtitles/LAVSubtitleProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ CLAVSubtitleProvider::CLAVSubtitleProvider(CLAVVideo *pLAVVideo, ISubRenderConsu
ZeroMemory(&context, sizeof(context));
context.name = TEXT(LAV_VIDEO);
context.version = TEXT(LAV_VERSION_STR);
context.yuvMatrix = _T("PC.601");
context.yuvMatrix = _T("None");
context.isBitmap = true;
context.isMovable = true;
AddRef();
Expand Down

0 comments on commit 74697b7

Please sign in to comment.