Explorar el Código

VLCMedia: Add VLCMediaParsedStatusTimeout (closes #181)

Carola Nitz hace 7 años
padre
commit
eba15852df
Se han modificado 2 ficheros con 5 adiciones y 0 borrados
  1. 1 0
      Headers/Public/VLCMedia.h
  2. 4 0
      NEWS

+ 1 - 0
Headers/Public/VLCMedia.h

@@ -256,6 +256,7 @@ typedef NS_ENUM(unsigned, VLCMediaParsedStatus)
     VLCMediaParsedStatusInit = 0,
     VLCMediaParsedStatusSkipped,
     VLCMediaParsedStatusFailed,
+    VLCMediaParsedStatusTimeout,
     VLCMediaParsedStatusDone
 };
 /**

+ 4 - 0
NEWS

@@ -1,3 +1,7 @@
+Version 3.1.3:
+--------------
+- Added missing VLCMediaParseStatusTimeout to VLCMediaParsedStatus enum
+
 Version 3.1.2:
 --------------
 - Fix an issue that led to subtitles not being displayed for mkv files