Code cleanup: some lowlevel codec infrastructure moved

from CUETools.Processor to CUETools.Codecs
This commit is contained in:
Grigory Chudov
2013-06-05 03:02:43 -04:00
parent 762fc9277b
commit a273f36ffa
11 changed files with 36 additions and 35 deletions

View File

@@ -7,6 +7,7 @@ using System.IO;
using System.Windows.Forms;
using CUEControls;
using CUETools.Processor;
using CUETools.Codecs;
namespace JDP
{