Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
63eddb9e
Commit
63eddb9e
authored
Nov 15, 2001
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused structure.
parent
2840daff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
24 deletions
+1
-24
include/input_ext-dec.h
include/input_ext-dec.h
+1
-24
No files found.
include/input_ext-dec.h
View file @
63eddb9e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* input_ext-dec.h: structures exported to the VideoLAN decoders
* input_ext-dec.h: structures exported to the VideoLAN decoders
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
* $Id: input_ext-dec.h,v 1.3
7 2001/11/13 12:09:17 henri
Exp $
* $Id: input_ext-dec.h,v 1.3
8 2001/11/15 16:15:59 massiot
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Michel Kaempf <maxx@via.ecp.fr>
* Michel Kaempf <maxx@via.ecp.fr>
...
@@ -538,26 +538,3 @@ typedef struct decoder_config_s
...
@@ -538,26 +538,3 @@ typedef struct decoder_config_s
}
decoder_config_t
;
}
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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