| 80 | } |
| 81 | #ifdef __APPLE__ |
| 82 | TEST(hardCodec, H264) |
| 83 | { |
| 84 | std::string url = "http://player.alicdn.com/video/aliyunmedia.mp4"; |
| 85 | test_codec(url, AF_CODEC_ID_H264, DECFLAG_HW); |
| 86 | } |
| 87 | #endif |
| 88 | |
| 89 | TEST(softCodec, H264) |
nothing calls this directly
no test coverage detected