Skip to content
This repository was archived by the owner on Oct 7, 2021. It is now read-only.

Commit b8aeb6d

Browse files
committed
update logLevelToString function
1 parent a07b59f commit b8aeb6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ class ReactNativeFFmpegConfig {
299299
return "FATAL";
300300
case LogLevel.AV_LOG_PANIC:
301301
return "PANIC";
302+
case LogLevel.AV_LOG_STDERR:
303+
return "STDERR";
302304
case LogLevel.AV_LOG_QUIET:
303305
default:
304306
return "";

0 commit comments

Comments
 (0)