~siretart/vlc/ubuntu

« back to all changes in this revision

Viewing changes to src/input/input_internal.h

  • Committer: Reinhard Tartler
  • Date: 2008-09-26 06:45:40 UTC
  • mto: (21.2.1 vlc-0.9.3)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: siretart@tauware.de-20080926064540-0sd8zwmig33ksmy4
Tags: upstream-ubuntu-0.9.3
ImportĀ upstreamĀ versionĀ 0.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * input_internal.h: Internal input structures
3
3
 *****************************************************************************
4
4
 * Copyright (C) 1998-2006 the VideoLAN team
5
 
 * $Id: 86584492847b1e96b3276293c92441fbb5f0af2b $
 
5
 * $Id: c08ceadb489eab5c90f9fa153da04da2f9ea4110 $
6
6
 *
7
7
 * Authors: Laurent Aimar <fenrir@via.ecp.fr>
8
8
 *
191
191
    INPUT_CONTROL_SET_SPU_DELAY,
192
192
 
193
193
    INPUT_CONTROL_ADD_SLAVE,
 
194
 
 
195
    INPUT_CONTROL_ADD_SUBTITLE,
194
196
};
195
197
 
196
198
/* Internal helpers */
327
329
void stream_AccessUpdate( stream_t *s );
328
330
 
329
331
/* decoder.c */
 
332
#define BLOCK_FLAG_CORE_FLUSH (1 <<BLOCK_FLAG_CORE_PRIVATE_SHIFT)
330
333
void       input_DecoderDiscontinuity( decoder_t * p_dec, bool b_flush );
331
334
bool input_DecoderEmpty( decoder_t * p_dec );
332
335
int        input_DecoderSetCcState( decoder_t *, bool b_decode, int i_channel );