[longomatch/livecapture: 8/9] Add Mp4 to muxer's enum



commit 82f480d8bc0d6b3b4ef4c693e7143d0c49d9324f
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Mar 29 00:12:52 2010 +0200

    Add Mp4 to muxer's enum

 CesarPlayer/Capturer/GccVideoMuxerType.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/CesarPlayer/Capturer/GccVideoMuxerType.cs b/CesarPlayer/Capturer/GccVideoMuxerType.cs
index 41bed2b..e7c7b56 100644
--- a/CesarPlayer/Capturer/GccVideoMuxerType.cs
+++ b/CesarPlayer/Capturer/GccVideoMuxerType.cs
@@ -24,8 +24,9 @@ namespace LongoMatch.Video.Capturer {
 	public enum GccVideoMuxerType {
 
 		Avi,
+		Mp4,
 		Matroska,
-		Ogg,
+		Ogg,		
 	}
 #endregion
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]