[longomatch/livecapture2: 7/31] Add Mp4 to muxer's enum



commit e14f1d6cce6831dd4c837238c4e7d0fb999b74da
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]