mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Cleanup encoder names
This commit is contained in:
@@ -13,7 +13,7 @@ namespace CUETools.Codecs.ffmpegdll
|
||||
#region IAudioDecoderSettings implementation
|
||||
|
||||
[Browsable(false)]
|
||||
public string Name => "ffmpeg";
|
||||
public string Name => "ffmpeg.dll";
|
||||
|
||||
[Browsable(false)]
|
||||
public Type DecoderType => typeof(AudioDecoder);
|
||||
|
||||
Reference in New Issue
Block a user