fix type
This commit is contained in:
@@ -180,7 +180,7 @@ CString MovieDecoder_Theora::Open( CString sFile )
|
|||||||
sOutput += ", Format: YUV422";
|
sOutput += ", Format: YUV422";
|
||||||
break;
|
break;
|
||||||
case OC_PF_444:
|
case OC_PF_444:
|
||||||
m_InputPixFmt = avcodec::PIX_FMT_YUV422P;
|
m_InputPixFmt = avcodec::PIX_FMT_YUV444P;
|
||||||
sOutput += ", Format: YUV444";
|
sOutput += ", Format: YUV444";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user