]> git.sesse.net Git - vlc/commitdiff
Fixed another bug in the input_file.
authorJean-Marc Dressler <polux@videolan.org>
Wed, 23 Aug 2000 22:22:56 +0000 (22:22 +0000)
committerJean-Marc Dressler <polux@videolan.org>
Wed, 23 Aug 2000 22:22:56 +0000 (22:22 +0000)
ChangeLog
src/input/input_file.c

index 28d14b2a14ccf64b670dd991fa963fc944072f5a..31b860fecf782716be3dd4b08c72c93fdb5e38b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,18 @@
 O.1.99i :
 
   * fixed the support for the field pictures, which involved a few dozens
-    bugs in the video parser and video decoder
-  * put names of authors under a lot of source files, for historical purposes
+    bugs in the video parser and video decoder.
+  * put names of authors under a lot of source files, for historical
+    purposes.
+  * fixed an other input_file exit bug for the beos version.
 
 Tue, 22 Aug 2000 01:31:58 +0200
 0.1.99h :
 
-  * fixed the sound issue under beos
-  * fixed a bug that was making the crash randomly under beos
-  * fixed a bug that was exhausting system ressources under beos
-  * improved the cond_var for beos
+  * fixed the sound issue under beos.
+  * fixed a bug that was making the crash randomly under beos.
+  * fixed a bug that was exhausting system ressources under beos.
+  * improved the cond_var for beos.
   * added support for the SDL vout : the --display fullscreen allows 
     fullscreen when possible. Disabled by default.
   * added sdlvlc (which probably should start in fullscreen, no ?)
index 7337741d1e8e1de242e8158989429388ce3ae206..2d6d1938d304efb3c8d807a87a75912c37d91efd 100644 (file)
@@ -741,8 +741,6 @@ ssize_t ps_read( options_t *p_options, ps_t * p_ps, void *ts )
             if(readbytes == 0)
             {
                 input_file.b_die = 1;
-                vlc_cond_signal( &input_file.in_data.notfull );
-                vlc_thread_join( input_file.disk_thread );
                 return -1;
             }
             p_ps->ps_data = p_ps->ps_buffer;