[longomatch] Remove buggy encoding profiles
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [longomatch] Remove buggy encoding profiles
- Date: Wed, 26 Nov 2014 11:20:11 +0000 (UTC)
commit 49385cb073042f8f302057faac9c099a9dc69576
Author: Julien Moutte <julien fluendo com>
Date:   Mon Nov 24 13:05:12 2014 +0100
    Remove buggy encoding profiles
 LongoMatch.Core/Common/EncodingProfiles.cs |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/LongoMatch.Core/Common/EncodingProfiles.cs b/LongoMatch.Core/Common/EncodingProfiles.cs
index 66b985c..2cc0a15 100644
--- a/LongoMatch.Core/Common/EncodingProfiles.cs
+++ b/LongoMatch.Core/Common/EncodingProfiles.cs
@@ -93,8 +93,6 @@ namespace LongoMatch.Core.Common
                        get {
                                List<EncodingProfile> list = new List<EncodingProfile> ();
                                list.Add (MP4);
-                               list.Add (Avi);
-                               list.Add (WebM);
                                return list;
                        }
                }
@@ -103,8 +101,6 @@ namespace LongoMatch.Core.Common
                        get {
                                List<EncodingProfile> list = new List<EncodingProfile> ();
                                list.Add (MP4);
-                               list.Add (Avi);
-                               list.Add (WebM);
                                return list;
                        }
                }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]