| 29 | parser_desc_->destroy(parser_); |
| 30 | } |
| 31 | std::string ImageParser::getParserId() const { |
| 32 | return parser_desc_->id; |
| 33 | } |
| 34 | |
| 35 | std::string ImageParser::getCodecName() const { |
| 36 | return parser_desc_->codec; |
no outgoing calls
no test coverage detected