| 47 | } |
| 48 | |
| 49 | BaseDecoderTest::BaseDecoderTest() |
| 50 | : decoder_ (NULL), decodeStatus_ (OpenFile) {} |
| 51 | |
| 52 | int32_t BaseDecoderTest::SetUp() { |
| 53 | long rv = WelsCreateDecoder (&decoder_); |
nothing calls this directly
no outgoing calls
no test coverage detected