[longomatch] Use the mp4 muxer if mp4 is selected



commit d223fcdd1e620a51b1647b6f4dc3aa931ae76bcf
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Sep 13 21:12:12 2010 +0200

    Use the mp4 muxer if mp4 is selected

 LongoMatch/Gui/Dialog/VideoEditionProperties.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Gui/Dialog/VideoEditionProperties.cs b/LongoMatch/Gui/Dialog/VideoEditionProperties.cs
index edd376b..8c64643 100644
--- a/LongoMatch/Gui/Dialog/VideoEditionProperties.cs
+++ b/LongoMatch/Gui/Dialog/VideoEditionProperties.cs
@@ -142,7 +142,7 @@ namespace LongoMatch.Gui.Dialog
 			if (formatcombobox.ActiveText == Constants.MP4) {
 				vcodec = VideoEncoderType.H264;
 				acodec = AudioEncoderType.Aac;
-				muxer = VideoMuxerType.Matroska;
+				muxer = VideoMuxerType.Mp4;
 			}
 			else if (formatcombobox.ActiveText == Constants.OGG) {
 				vcodec = VideoEncoderType.Theora;



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