浏览代码

remove useless comment

Nyanmisaka 5 年之前
父节点
当前提交
8868ff2ffa
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs

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

@@ -2644,8 +2644,6 @@ namespace MediaBrowser.Controller.MediaEncoding
                     }
                     else
                     {
-                        //h264_amf is now supported on linux with 'amdgpu-pro' installed and '--enable-amf' when compiling ffmpeg
-                        //using vaapi decode and h264_amf encode on linux platform can avoid some weird transcoding errors in h264_vaapi with amd gpu
                         return "-hwaccel vaapi";
                     }
                 }