Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLMC
Commits
436fbe92
Commit
436fbe92
authored
Apr 07, 2010
by
Hugo Beauzee-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WorkflowRenderer: Removing useless enum
parent
70c3841b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
13 deletions
+2
-13
src/Renderer/WorkflowRenderer.h
src/Renderer/WorkflowRenderer.h
+2
-13
No files found.
src/Renderer/WorkflowRenderer.h
View file @
436fbe92
...
...
@@ -42,19 +42,6 @@ class WorkflowRenderer : public GenericRenderer
Q_DISABLE_COPY
(
WorkflowRenderer
)
public:
/**
* \brief Describes the different types of elementary streams
* that can be handled by the imem.
*/
enum
EsType
{
Unknown
,
///< Unknown type. Should never happen
Audio
,
///< Audio type
Video
,
///< Video type
Subtitle
///< This is clearly not used by VLMC, but it fits imem module's model
};
static
const
quint8
VideoCookie
=
'0'
;
static
const
quint8
AudioCookie
=
'1'
;
/**
* \brief This struct will be the type of the callback parameter
* in the lock / unlock callbacks
...
...
@@ -285,6 +272,8 @@ class WorkflowRenderer : public GenericRenderer
*/
qint64
m_oldLength
;
static
const
quint8
VideoCookie
=
'0'
;
static
const
quint8
AudioCookie
=
'1'
;
public
slots
:
/**
...
...
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