MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / P2_Format_Test

Method P2_Format_Test

Source/MediaInfo/Reader/Reader_Directory.cpp:132–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130//---------------------------------------------------------------------------
131#ifdef MEDIAINFO_P2_YES
132int Reader_Directory::P2_Format_Test(MediaInfo_Internal* MI, const String &File_Name)
133{
134 if (!MI->SelectFromExtension(__T("P2_Clip")))
135 return 0;
136
137 MI->Open(File_Name+__T("CLIP")+PathSeparator+__T("0013MM.XML"));
138
139 return 1;
140}
141#endif //MEDIAINFO_P2_YES
142
143//---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

SelectFromExtensionMethod · 0.80
OpenMethod · 0.65

Tested by

no test coverage detected