diff options
| author | Nyanmisaka <799610810@qq.com> | 2020-01-15 18:40:58 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-15 18:40:58 +0800 |
| commit | 8868ff2ffa7d50d19779e5e8c1f661ece9fd0321 (patch) | |
| tree | 206fc28542052c19e40c80573897efdef68e269d | |
| parent | 08c4d3797fd2bb54936d4cba1b71de915432ebd1 (diff) | |
remove useless comment
| -rw-r--r-- | MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs b/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs index a09908762..3b8cb93fc 100644 --- a/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs +++ b/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"; } } |
