mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #302, remove the thread unsafe code, no static.
This commit is contained in:
parent
1cb2992808
commit
f69fa7273b
7 changed files with 13 additions and 13 deletions
|
@ -68,7 +68,7 @@ int SrsMp3Encoder::initialize(SrsFileWriter* fs)
|
|||
|
||||
int SrsMp3Encoder::write_header()
|
||||
{
|
||||
static char id3[] = {
|
||||
char id3[] = {
|
||||
(char)0x49, (char)0x44, (char)0x33, // ID3
|
||||
(char)0x03, (char)0x00, // version
|
||||
(char)0x00, // flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue