[vlmc-devel] Add Unlimited to EndType

Yikai Lu git at videolan.org
Tue Jun 28 10:39:43 CEST 2016


vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Tue Jun 28 01:12:46 2016 +0900| [6fefb8b0bba4c1ab8196db50127dfeb794904509] | committer: Yikai Lu

Add Unlimited to EndType

> https://code.videolan.org/videolan/vlmc/commit/6fefb8b0bba4c1ab8196db50127dfeb794904509
---

 src/Backend/IService.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Backend/IService.h b/src/Backend/IService.h
index dd1b57a..5bc5c5f 100644
--- a/src/Backend/IService.h
+++ b/src/Backend/IService.h
@@ -48,7 +48,8 @@ namespace Backend
         enum EndType
         {
             EndOfMedia = -1,
-            EndOfParent = -2
+            EndOfParent = -2,
+            Unlimited = -3
         };
 
         virtual ~IService() = default;



More information about the Vlmc-devel mailing list