diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-26 21:53:41 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-26 21:53:41 +0000 |
commit | 4b80217cb872335e6f01de22d58fc0778da265c6 (patch) | |
tree | aec4ac26159e8e0670263c00cbab7be4ce3e4cab /src/libspudec/spu.h | |
parent | c42215d759320ab0cfb4d997064535c0bf32f785 (diff) | |
download | xine-lib-4b80217cb872335e6f01de22d58fc0778da265c6.tar.gz xine-lib-4b80217cb872335e6f01de22d58fc0778da265c6.tar.bz2 |
- cleanup internal interfaces for rewiring
- fix UI_PLAYBACK_FINISHED rifle
CVS patchset: 3686
CVS date: 2002/12/26 21:53:41
Diffstat (limited to 'src/libspudec/spu.h')
-rw-r--r-- | src/libspudec/spu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libspudec/spu.h b/src/libspudec/spu.h index 807048b2b..79bec4fe5 100644 --- a/src/libspudec/spu.h +++ b/src/libspudec/spu.h @@ -19,7 +19,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: spu.h,v 1.18 2002/11/26 16:05:00 mroi Exp $ + * $Id: spu.h,v 1.19 2002/12/26 21:53:42 miguelfreitas Exp $ * * This file was originally part of the OMS program. * @@ -111,7 +111,6 @@ typedef struct spudec_decoder_s { spudec_state_t state; - xine_video_port_t *vo_out; vo_overlay_t overlay; int ovl_caps; int output_open; |