many many small changes
switched to the new logging here and there some cleanups worked on i2S base class for files id3 parsing
This commit is contained in:
@@ -14,7 +14,7 @@ union FOURCC {
|
||||
bool operator == (const FOURCC other) const {return u32 == other.u32;}
|
||||
bool operator != (const FOURCC other) const {return u32 != other.u32;}
|
||||
|
||||
};
|
||||
} __attribute__((__packed__));
|
||||
|
||||
|
||||
//struct AVICommonHeader {
|
||||
|
||||
Reference in New Issue
Block a user