[SCM] libav/experimental: workaround missuse of url_feof()

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:42:35 UTC 2013


The following commit has been merged in the experimental branch:
commit 2536c5fde4ac66e400eb21c91f90f044ad27d63a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Jan 4 18:21:14 2005 +0000

    workaround missuse of url_feof()
    
    Originally committed as revision 3804 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffplay.c b/ffplay.c
index 5d95df5..292ac33 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -1317,6 +1317,7 @@ static int decode_thread(void *arg)
             ret = -1;
             goto fail;
         }
+        ic->pb.eof_reached= 0; //FIXME hack, ffplay maybe shouldnt use url_feof() to test for the end
     }
 
     /* if seeking requested, we execute it */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list