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

Function ShowSource_IsInList

Source/MediaInfo/Multiple/File_Mxf.cpp:1948–1954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1946 NULL
1947};
1948static bool ShowSource_IsInList(const string &Value)
1949{
1950 for (size_t i = 0; ShowSource_List[i]; i++)
1951 if (ShowSource_List[i] == Value)
1952 return true;
1953 return false;
1954}
1955
1956//***************************************************************************
1957// Constructor/Destructor

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected