diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-11-17 17:41:45 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-11-17 17:41:45 +0000 |
commit | 7c7db651f47aef90a2e69c085965092ced2d663e (patch) | |
tree | 81d9a9c23d62b357cb7e219d94739389fcf7eccb /src/xine-engine/xine_internal.h | |
parent | 3f4c24a8f8039b0d82567d1dad615466c88c2631 (diff) | |
download | xine-lib-7c7db651f47aef90a2e69c085965092ced2d663e.tar.gz xine-lib-7c7db651f47aef90a2e69c085965092ced2d663e.tar.bz2 |
bring eject back: always keep the last input plugin class that supports ejecting
CVS patchset: 3280
CVS date: 2002/11/17 17:41:45
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r-- | src/xine-engine/xine_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index ee4f83e77..1d02136ad 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -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: xine_internal.h,v 1.111 2002/10/31 16:58:25 mroi Exp $ + * $Id: xine_internal.h,v 1.112 2002/11/17 17:41:45 mroi Exp $ * */ @@ -135,7 +135,7 @@ struct xine_stream_s { int status; input_plugin_t *input_plugin; - input_class_t *input_class; /* eject */ + input_class_t *eject_class; int content_detection_method; demux_plugin_t *demux_plugin; |