[longomatch/redesign2: 14/159] Format line a little bit better
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign2: 14/159] Format line a little bit better
- Date: Thu, 2 Jun 2011 00:11:34 +0000 (UTC)
commit 22dbce536887773d7df29a8361e270abb76d13c1
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]