Browse Source

Merge pull request #7925 from nyanmisaka/remove-mpeg4-amf

Cody Robibero 3 years ago
parent
commit
b295b0478c
1 changed files with 0 additions and 5 deletions
  1. 0 5
      MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs

+ 0 - 5
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs

@@ -4684,11 +4684,6 @@ namespace MediaBrowser.Controller.MediaEncoding
                 {
                     return GetHwaccelType(state, options, "vc1", bitDepth, hwSurface);
                 }
-
-                if (string.Equals("mpeg4", videoStream.Codec, StringComparison.OrdinalIgnoreCase))
-                {
-                    return GetHwaccelType(state, options, "mpeg4", bitDepth, hwSurface);
-                }
             }
 
             if (is8_10bitSwFormatsAmf)