[longomatch/redesign: 4/23] Format line a little bit better
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign: 4/23] Format line a little bit better
- Date: Tue, 23 Nov 2010 00:14:04 +0000 (UTC)
commit 87831b14206e2acb9b6103ee136e0e69e4efe52d
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]