mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Issue #80 - De-unify dom/media/flac
This commit is contained in:
parent
3b247782e1
commit
4be245aede
4 changed files with 11 additions and 9 deletions
|
|
@ -33,14 +33,6 @@ namespace flac {
|
|||
// flac::FrameHeader - Holds the flac frame header and its parsing
|
||||
// state.
|
||||
|
||||
#define FLAC_MAX_CHANNELS 8
|
||||
#define FLAC_MIN_BLOCKSIZE 16
|
||||
#define FLAC_MAX_BLOCKSIZE 65535
|
||||
#define FLAC_MIN_FRAME_SIZE 11
|
||||
#define FLAC_MAX_FRAME_HEADER_SIZE 16
|
||||
#define FLAC_MAX_FRAME_SIZE (FLAC_MAX_FRAME_HEADER_SIZE \
|
||||
+FLAC_MAX_BLOCKSIZE*FLAC_MAX_CHANNELS*3)
|
||||
|
||||
class FrameHeader {
|
||||
public:
|
||||
const AudioInfo& Info() const { return mInfo; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue