From 0b82612d350ac0756c71e80d872f2f6b95f89585 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Thu, 10 Mar 2011 19:56:27 +0100
Subject: [PATCH] ffplay: Continue if the file was appended to. This is a bit
 experimental

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
---
 ffplay.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ffplay.c b/ffplay.c
index c7778437058..169c78ce20b 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -2568,6 +2568,7 @@ static int decode_thread(void *arg)
                     goto fail;
                 }
             }
+            eof=0;
             continue;
         }
         ret = av_read_frame(ic, pkt);
-- 
GitLab