Skip to content

Commit

Permalink
migrate Level enum to NSInteger, fixes #942
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Apr 17, 2024
1 parent 154ef20 commit fb99d74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apple/src/Level.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2021 Taner Sener
* Copyright (c) 2024 ARTHENICA LTD
*
* This file is part of FFmpegKit.
*
Expand All @@ -23,7 +24,7 @@
/**
* <p>Enumeration type for log levels.
*/
typedef NS_ENUM(NSUInteger, Level) {
typedef NS_ENUM(NSInteger, Level) {

/**
* This log level is defined by FFmpegKit. It is used to specify logs printed to stderr by
Expand Down

0 comments on commit fb99d74

Please sign in to comment.