Browse Source

update qsv encoding

Luke Pulverenti 9 years ago
parent
commit
aeb4c520be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Api/Playback/BaseStreamingService.cs

+ 1 - 1
MediaBrowser.Api/Playback/BaseStreamingService.cs

@@ -568,7 +568,7 @@ namespace MediaBrowser.Api.Playback
             {
             {
                 if (filters.Count > 1)
                 if (filters.Count > 1)
                 {
                 {
-                    filters[filters.Count - 1] += ":flags=fast_bilinear";
+                    //filters[filters.Count - 1] += ":flags=fast_bilinear";
                 }
                 }
             }
             }