diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-24 22:20:25 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-24 22:20:25 +0000 |
commit | acf91785ef6939e549fb8c1348f5f7a7b44f09ff (patch) | |
tree | 0c3b025bba4ecb40f26f2de1cbce9075ea228119 /src/xine-engine/video_decoder.c | |
parent | f74ee9645d1411acbdd997b2ef13b4f1cf7ddd51 (diff) | |
download | xine-lib-acf91785ef6939e549fb8c1348f5f7a7b44f09ff.tar.gz xine-lib-acf91785ef6939e549fb8c1348f5f7a7b44f09ff.tar.bz2 |
lots of bugfixes for race condtitions, X11 in general and support for remote Xv output
CVS patchset: 228
CVS date: 2001/06/24 22:20:25
Diffstat (limited to 'src/xine-engine/video_decoder.c')
-rw-r--r-- | src/xine-engine/video_decoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/video_decoder.c b/src/xine-engine/video_decoder.c index 2a6ba6cc6..77cc12e54 100644 --- a/src/xine-engine/video_decoder.c +++ b/src/xine-engine/video_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_decoder.c,v 1.27 2001/06/24 04:32:36 guenter Exp $ + * $Id: video_decoder.c,v 1.28 2001/06/24 22:20:26 guenter Exp $ * */ @@ -43,7 +43,7 @@ void *video_decoder_loop (void *this_gen) { if (buf->input_pos) this->cur_input_pos = buf->input_pos; - /* printf ("video_decoder: got buffer %d\n", buf->type); */ + /* printf ("video_decoder: got buffer %d\n", buf->type); */ switch (buf->type) { case BUF_CONTROL_START: |