diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-04-02 03:20:40 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-04-02 03:20:40 +0000 |
commit | 22b22a4872e6dfb548a124d371f1b23d1690026b (patch) | |
tree | 6937ae161086e15ea8efc9f9babffcef202d26c7 /src/demuxers/demux_pva.c | |
parent | 55b54bcab6abe58e526813c0458f899df37e332c (diff) | |
download | xine-lib-22b22a4872e6dfb548a124d371f1b23d1690026b.tar.gz xine-lib-22b22a4872e6dfb548a124d371f1b23d1690026b.tar.bz2 |
clean up some unused variables
CVS patchset: 4531
CVS date: 2003/04/02 03:20:40
Diffstat (limited to 'src/demuxers/demux_pva.c')
-rw-r--r-- | src/demuxers/demux_pva.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/demuxers/demux_pva.c b/src/demuxers/demux_pva.c index 626c662f4..ce2fc1729 100644 --- a/src/demuxers/demux_pva.c +++ b/src/demuxers/demux_pva.c @@ -21,7 +21,7 @@ * For more information regarding the PVA file format, refer to this PDF: * http://www.technotrend.de/download/av_format_v1.pdf * - * $Id: demux_pva.c,v 1.7 2003/03/07 12:51:48 guenter Exp $ + * $Id: demux_pva.c,v 1.8 2003/04/02 03:20:42 tmmm Exp $ */ #ifdef HAVE_CONFIG_H @@ -60,10 +60,7 @@ typedef struct { input_plugin_t *input; - pthread_t thread; int thread_running; - pthread_mutex_t mutex; - int send_end_buffers; int send_newpts; int buf_flag_seek; |