Disabling the HLS debug print

This commit is contained in:
Zoe Roux
2020-01-29 21:53:27 +01:00
parent d4332f8337
commit cdc05e3dc7

View File

@@ -105,6 +105,7 @@ int transmux(const char *path, const char *out_path, float *playable_duration)
int *stream_map;
*playable_duration = 0;
av_log_set_level(AV_LOG_WARNING);
if (open_input_context(&in_ctx, path) != 0) {
fprintf(stderr, "Error: Coudln't open the input file.\n");
return (-1);