Minder debugging

This commit is contained in:
Thulinma 2010-11-08 20:30:51 +01:00
parent 17bc2bf3b9
commit e90b8df3f4

View file

@ -130,7 +130,7 @@ int main(int argc, char ** argv){
} }
retval = epoll_wait(poller, events, 1, 50); 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? if (FLV_GetPacket(tag, ss)){//able to read a full packet?
ts = tag->data[7] * 256*256*256; ts = tag->data[7] * 256*256*256;
ts += tag->data[4] * 256*256; ts += tag->data[4] * 256*256;