diff options
| author | Ewald Snel <esnel@users.sourceforge.net> | 2002-12-27 22:49:38 +0000 |
|---|---|---|
| committer | Ewald Snel <esnel@users.sourceforge.net> | 2002-12-27 22:49:38 +0000 |
| commit | 651bba5ba5847cc7c589631cf780937b3f948eae (patch) | |
| tree | bd62e6a8d463eac8b6a6e5636ad4eef453ba51ae /src/xine-engine/xine_internal.h | |
| parent | 38cf26ec4edfe9c455372cf428601a1b0ff5bdad (diff) | |
| download | xine-lib-651bba5ba5847cc7c589631cf780937b3f948eae.tar.gz xine-lib-651bba5ba5847cc7c589631cf780937b3f948eae.tar.bz2 | |
Fix 'XINE_STREAM_INFO_MAX_SPU_CHANNEL' property
- Calculate number of spu channels in video_decoder_loop()
- Use 'track_map' for spu channels, just like audio channels
CVS patchset: 3700
CVS date: 2002/12/27 22:49:38
Diffstat (limited to 'src/xine-engine/xine_internal.h')
| -rw-r--r-- | src/xine-engine/xine_internal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index 859b661ad..cd6bba59e 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.119 2002/12/27 13:44:59 guenter Exp $ + * $Id: xine_internal.h,v 1.120 2002/12/27 22:49:38 esnel Exp $ * */ @@ -193,6 +193,8 @@ struct xine_stream_s { pthread_t spu_thread; spu_decoder_t *spu_decoder_plugin; int spu_decoder_streamtype; + uint32_t spu_track_map[50]; + int spu_track_map_entries; int spu_channel_user; int spu_channel_auto; int spu_channel_letterbox; |
