Fix typo (204M -> 240M)
Originally committed to SVN as r6763.
This commit is contained in:
parent
bc74dfc33b
commit
2addf40b31
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ void FFmpegSourceVideoProvider::LoadVideo(wxString filename) {
|
|||
ColorSpace = wxString::Format("%s.601", ColorRange);
|
||||
break;
|
||||
case FFMS_CS_SMPTE240M:
|
||||
ColorSpace = wxString::Format("%s.204M", ColorRange);
|
||||
ColorSpace = wxString::Format("%s.240M", ColorRange);
|
||||
break;
|
||||
default:
|
||||
throw VideoOpenError("Unknown video color space");
|
||||
|
|
Loading…
Reference in a new issue