search for: ec_byte_write1

Displaying 1 result from an estimated 1 matches for "ec_byte_write1".

2009 May 20
2
Encoder crash in multithreading processing
...rent threads at the same time. So I create/destroy encoder and encode in one thread and create/destroy decoder and decode in other thread. If I didn't protect celt_encoder_create, celt_encode_float and celt_decoder_create, celt_decode_float with CRITICAL_SECTION I get stable error in icwrs32 or ec_byte_write1 (more often) in encoder. What does it mean ? Is CELT not thread-safe ? Any way to avoid this error except CRITICAL_SECTION ? Sergei ps: I use last version from git repository, but I also checked with previous version and with 2 compilers VC++ 2008 & Intel 11. -------------- next part -------...