Cleanup encoder names

This commit is contained in:
Grigory Chudov
2018-04-07 21:18:07 -04:00
parent 513ab1c64e
commit be881945ac
2 changed files with 12 additions and 12 deletions

View File

@@ -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);