MEDIAINFO_TRACE
| 3526 | void File__Analyze::Update (const char* ParserName_Char) |
| 3527 | #else //MEDIAINFO_TRACE |
| 3528 | void File__Analyze::Update () |
| 3529 | #endif //MEDIAINFO_TRACE |
| 3530 | { |
| 3531 | if (!Status[IsAccepted]) |
| 3532 | return; |
| 3533 | |
| 3534 | Open_Buffer_Update(); |
| 3535 | } |
| 3536 | |
| 3537 | void File__Analyze::Update (File__Analyze* Parser) |
| 3538 | { |
no outgoing calls
no test coverage detected