Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
63eddb9e
Commit
63eddb9e
authored
Nov 15, 2001
by
Christophe Massiot
Browse files
Removed unused structure.
parent
2840daff
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/input_ext-dec.h
View file @
63eddb9e
...
...
@@ -2,7 +2,7 @@
* input_ext-dec.h: structures exported to the VideoLAN decoders
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: input_ext-dec.h,v 1.3
7
2001/11/1
3
1
2:09:17 henri
Exp $
* $Id: input_ext-dec.h,v 1.3
8
2001/11/1
5
1
6:15:59 massiot
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Michel Kaempf <maxx@via.ecp.fr>
...
...
@@ -538,26 +538,3 @@ typedef struct decoder_config_s
}
decoder_config_t
;
/*
* Communication interface between decoders and input
*/
/*****************************************************************************
* decoder_capabilities_t
*****************************************************************************
* Structure returned by a call to GetCapabilities() of the decoder.
*****************************************************************************/
typedef
struct
decoder_capabilities_s
{
int
i_dec_type
;
u8
i_stream_type
;
/* == i_type in es_descriptor_t */
int
i_weight
;
/* for a given stream type, the decoder
* with higher weight will be spawned */
vlc_thread_t
(
*
pf_create_thread
)(
void
*
);
}
decoder_capabilities_t
;
/* Decoder types */
#define NONE_D 0
#define VIDEO_D 1
#define AUDIO_D 2
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment