mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	Remove some unused media encoding code
This commit is contained in:
		
							parent
							
								
									0960438065
								
							
						
					
					
						commit
						a54c08209e
					
				@ -1,23 +0,0 @@
 | 
			
		||||
#nullable disable
 | 
			
		||||
 | 
			
		||||
#pragma warning disable CS1591
 | 
			
		||||
 | 
			
		||||
namespace MediaBrowser.Controller.MediaEncoding
 | 
			
		||||
{
 | 
			
		||||
    public class ImageEncodingOptions
 | 
			
		||||
    {
 | 
			
		||||
        public string InputPath { get; set; }
 | 
			
		||||
 | 
			
		||||
        public int? Width { get; set; }
 | 
			
		||||
 | 
			
		||||
        public int? Height { get; set; }
 | 
			
		||||
 | 
			
		||||
        public int? MaxWidth { get; set; }
 | 
			
		||||
 | 
			
		||||
        public int? MaxHeight { get; set; }
 | 
			
		||||
 | 
			
		||||
        public int? Quality { get; set; }
 | 
			
		||||
 | 
			
		||||
        public string Format { get; set; }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@ -1,11 +0,0 @@
 | 
			
		||||
#pragma warning disable CS1591
 | 
			
		||||
 | 
			
		||||
namespace MediaBrowser.Controller.MediaEncoding
 | 
			
		||||
{
 | 
			
		||||
    /// <summary>
 | 
			
		||||
    /// Class MediaEncoderHelpers.
 | 
			
		||||
    /// </summary>
 | 
			
		||||
    public static class MediaEncoderHelpers
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user