ffmpeg: using avformat instead of codec parsers.

This commit is contained in:
Grigory Chudov
2018-04-01 22:39:46 -04:00
parent c17d02cb61
commit 1dff3e434d
2 changed files with 104 additions and 114 deletions

View File

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