MCPcopy Create free account
hub / github.com/cisco/openh264 / BaseDecoderTest

Method BaseDecoderTest

test/api/BaseDecoderTest.cpp:49–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49BaseDecoderTest::BaseDecoderTest()
50 : decoder_ (NULL), decodeStatus_ (OpenFile) {}
51
52int32_t BaseDecoderTest::SetUp() {
53 long rv = WelsCreateDecoder (&decoder_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected