ffplay: Continue if the file was appended to.

This is a bit experimental

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
oldabi
Michael Niedermayer 14 years ago
parent 3bd624b4ee
commit 0b82612d35
  1. 1
      ffplay.c

@ -2568,6 +2568,7 @@ static int decode_thread(void *arg)
goto fail;
}
}
eof=0;
continue;
}
ret = av_read_frame(ic, pkt);

Loading…
Cancel
Save