mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
ffmpeg: using avformat instead of codec parsers.
This commit is contained in:
@@ -99,7 +99,6 @@ namespace CUETools.Codecs.ffmpegdll
|
||||
this.Init();
|
||||
}
|
||||
}
|
||||
// This one doesn't work; There's a decoder but no parser (demuxer)
|
||||
public class APEDecoderSettings : DecoderSettings, IAudioDecoderSettings
|
||||
{
|
||||
public override string Extension => "ape";
|
||||
|
||||
Reference in New Issue
Block a user