有人能帮我解释一下什么是HRESULT -1072868846吗?我找到了http://msdn.microsoft.com/en-us/library/ee719669%28VS.85%29.aspx,但列表中没有一个匹配...
我调用的函数是hr = m_pReader->SetCurrentMediaType( (DWORD)MF_SOURCE_READER_FIRST_VIDEO_STREAM, NULL, pType);
发布于 2013-07-06 06:31:06
使用Platform SDK中的err.exe:
# for decimal -1072868846 / hex 0xc00d5212
MF_E_TOPO_CODEC_NOT_FOUND mferror.h
# No suitable transform was found to encode or decode the
# content. %0
# 1 matches found for "-1072868846"将它转换成十六进制计算器在编程模式和搜索十六进制也工作得很好。
https://stackoverflow.com/questions/17497605
复制相似问题