Merge branch 'master' into tonemap-overlay

This commit is contained in:
Claus Vium 2021-08-30 20:02:31 +02:00 committed by GitHub
commit ae031fdd28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
158 changed files with 2644 additions and 2112 deletions

View file

@ -10,7 +10,6 @@ using MediaBrowser.Model.Dlna;
using MediaBrowser.Model.Dto;
using MediaBrowser.Model.Entities;
using MediaBrowser.Model.MediaInfo;
using MediaBrowser.Model.System;
namespace MediaBrowser.Controller.MediaEncoding
{
@ -19,11 +18,6 @@ namespace MediaBrowser.Controller.MediaEncoding
/// </summary>
public interface IMediaEncoder : ITranscoderSupport
{
/// <summary>
/// Gets location of the discovered FFmpeg tool.
/// </summary>
FFmpegLocation EncoderLocation { get; }
/// <summary>
/// Gets the encoder path.
/// </summary>