Update transcoder.cc
This commit is contained in:
parent
84d73f09c3
commit
9979af232a
@ -70,8 +70,7 @@ void TransCoder::init()
|
|||||||
void TransCoder::run()
|
void TransCoder::run()
|
||||||
{
|
{
|
||||||
timeval tv;
|
timeval tv;
|
||||||
for (;;)
|
for (;;) {
|
||||||
{
|
|
||||||
tv.tv_sec = 1;
|
tv.tv_sec = 1;
|
||||||
tv.tv_usec = 0;
|
tv.tv_usec = 0;
|
||||||
int startCode = 0;
|
int startCode = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user