Minder debugging
This commit is contained in:
parent
17bc2bf3b9
commit
e90b8df3f4
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ int main(int argc, char ** argv){
|
|||
}
|
||||
|
||||
retval = epoll_wait(poller, events, 1, 50);
|
||||
if ((retval > 0) && (DDV_ready(ss))){
|
||||
if (DDV_ready(ss)){
|
||||
if (FLV_GetPacket(tag, ss)){//able to read a full packet?
|
||||
ts = tag->data[7] * 256*256*256;
|
||||
ts += tag->data[4] * 256*256;
|
||||
|
|
Loading…
Add table
Reference in a new issue