[longomatch/redesign2: 4/140] Format line a little bit better



commit 092081ad53b1f91fc5b4c05c51a40c8a33b6faf9
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Nov 21 15:46:29 2010 +0100

    Format line a little bit better

 CesarPlayer/Utils/MediaFile.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/CesarPlayer/Utils/MediaFile.cs b/CesarPlayer/Utils/MediaFile.cs
index 9cc8b21..f5d03f2 100644
--- a/CesarPlayer/Utils/MediaFile.cs
+++ b/CesarPlayer/Utils/MediaFile.cs
@@ -151,7 +151,9 @@ namespace LongoMatch.Video.Utils
 				height = (int) reader.GetMetadata(MetadataType.DimensionX);
 				width = (int) reader.GetMetadata (MetadataType.DimensionY);
 								
-				return new MediaFile(filePath,duration*1000,(ushort)fps,hasAudio,hasVideo,videoCodec,audioCodec,(uint)height,(uint)width);
+				return new MediaFile(filePath,duration*1000,(ushort)fps,
+				                     hasAudio,hasVideo,videoCodec,audioCodec,
+				                     (uint)height,(uint)width);
 		
 			}
 			catch (GLib.GException ex){



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