Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
e0bee1ab
Commit
e0bee1ab
authored
Sep 10, 2022
by
Nathan Hinton
💬
Committed by
Julius Künzel
Sep 10, 2022
Browse files
Add subtitle track type
Some of the foundation work for multiple subtitle tracks Related to
!309
parent
f9a8774c
Pipeline
#230128
failed with stage
in 15 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/definitions.h
View file @
e0bee1ab
...
...
@@ -150,7 +150,7 @@ namespace BinMessage {
enum
BinCategory
{
NoMessage
=
0
,
ProfileMessage
,
StreamsMessage
,
InformationMessage
};
}
enum
TrackType
{
AudioTrack
=
0
,
VideoTrack
=
1
,
AnyTrack
=
2
};
enum
TrackType
{
AudioTrack
=
0
,
VideoTrack
=
1
,
AnyTrack
=
2
,
SubtitleTrack
=
3
};
enum
CacheType
{
SystemCacheRoot
=
-
1
,
CacheRoot
=
0
,
CacheBase
=
1
,
CachePreview
=
2
,
CacheProxy
=
3
,
CacheAudio
=
4
,
CacheThumbs
=
5
};
...
...
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