Commit d37f5e1f authored by Jean-Marc Dressler's avatar Jean-Marc Dressler

Fixed another bug in the input_file.

parent adf40002
O.1.99i : O.1.99i :
* fixed the support for the field pictures, which involved a few dozens * fixed the support for the field pictures, which involved a few dozens
bugs in the video parser and video decoder bugs in the video parser and video decoder.
* put names of authors under a lot of source files, for historical purposes * 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 Tue, 22 Aug 2000 01:31:58 +0200
0.1.99h : 0.1.99h :
* fixed the sound issue under beos * fixed the sound issue under beos.
* fixed a bug that was making the crash randomly under beos * fixed a bug that was making the crash randomly under beos.
* fixed a bug that was exhausting system ressources under beos * fixed a bug that was exhausting system ressources under beos.
* improved the cond_var for beos * improved the cond_var for beos.
* added support for the SDL vout : the --display fullscreen allows * added support for the SDL vout : the --display fullscreen allows
fullscreen when possible. Disabled by default. fullscreen when possible. Disabled by default.
* added sdlvlc (which probably should start in fullscreen, no ?) * added sdlvlc (which probably should start in fullscreen, no ?)
......
...@@ -741,8 +741,6 @@ ssize_t ps_read( options_t *p_options, ps_t * p_ps, void *ts ) ...@@ -741,8 +741,6 @@ ssize_t ps_read( options_t *p_options, ps_t * p_ps, void *ts )
if(readbytes == 0) if(readbytes == 0)
{ {
input_file.b_die = 1; input_file.b_die = 1;
vlc_cond_signal( &input_file.in_data.notfull );
vlc_thread_join( input_file.disk_thread );
return -1; return -1;
} }
p_ps->ps_data = p_ps->ps_buffer; p_ps->ps_data = p_ps->ps_buffer;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment