| 56 | static const uint8_t *hardcoded_key = "FFmpeg is the best program ever."; |
| 57 | |
| 58 | static void fatal_error(const char *tag) |
| 59 | { |
| 60 | av_log(NULL, AV_LOG_ERROR, "Fatal error: %s\n", tag); |
| 61 | exit(1); |
| 62 | } |
| 63 | |
| 64 | struct hash_impl { |
| 65 | const char *lib; |
no test coverage detected