mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-10-14 01:35:36 +08:00
fix last commit
This commit is contained in:
@@ -649,9 +649,9 @@ int fec_decode_manager_t::input(char *s,int len)
|
|||||||
if(cnt<x)
|
if(cnt<x)
|
||||||
{
|
{
|
||||||
if(debug_fec_dec)
|
if(debug_fec_dec)
|
||||||
mylog(log_debug,"[dec][failed]seq=%08x x=%d y=%d cnt=%d\n",seq,x,y,cnt);
|
mylog(log_debug,"[dec][failed]seq=%08x x=%d y=%d cnt=%d\n",tmp_seq,x,y,cnt);
|
||||||
else
|
else
|
||||||
mylog(log_trace,"[dec][failed]seq=%08x x=%d y=%d cnt=%d\n",seq,x,y,cnt);
|
mylog(log_trace,"[dec][failed]seq=%08x x=%d y=%d cnt=%d\n",tmp_seq,x,y,cnt);
|
||||||
}
|
}
|
||||||
mp.erase(tmp_it);
|
mp.erase(tmp_it);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user