mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-01-31 12:19:35 +08:00
fixed blob decode typo
This commit is contained in:
parent
2f99275b4c
commit
fad8d9599a
@ -657,7 +657,7 @@ int fec_decode_manager_t::input(char *s,int len)
|
||||
{
|
||||
blob_decode.input(fec_tmp_arr[i],len);
|
||||
}
|
||||
if(blob_decode.output(output_n,output_s_arr,output_len_arr)==0)
|
||||
if(blob_decode.output(output_n,output_s_arr,output_len_arr)!=0)
|
||||
{
|
||||
mylog(log_warn,"blob_decode failed\n");
|
||||
//ready_for_output=0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user