mirror of
https://github.com/zoriya/Kyoo.Transcoder.git
synced 2025-12-06 06:26:11 +00:00
Disabling the HLS debug print
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user