rename FLAC__Encoder to FLAC__StreamEncoder, OOPize encoder and decoder interfaces

This commit is contained in:
Josh Coalson
2001-06-13 17:59:57 +00:00
parent 244ce1114c
commit 0a15c14c6e
21 changed files with 1646 additions and 1185 deletions

View File

@@ -24,10 +24,10 @@
#include "bitmath.h"
#include "cpu.h"
#include "crc.h"
#include "encoder_framing.h"
#include "fixed.h"
#include "lpc.h"
#include "md5.h"
#include "memory.h"
#include "stream_encoder_framing.h"
#endif