Iets beter, hopelijk...
This commit is contained in:
parent
92f9931fdc
commit
f4c7f187a7
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ int main( int argc, char * argv[] ) {
|
|||
flags |= O_NONBLOCK;
|
||||
fcntl(0, F_SETFL, flags);
|
||||
|
||||
while(!feof(stdin) && !ferror(stdin) && !All_Hell_Broke_Loose){
|
||||
while(!feof(stdin) && !All_Hell_Broke_Loose){
|
||||
//invalidate the current buffer
|
||||
ringbuf[current_buffer]->number = -1;
|
||||
if (FLV_GetPacket(ringbuf[current_buffer]->FLV)){
|
||||
|
|
Loading…
Add table
Reference in a new issue