Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
12c7ab48
Commit
12c7ab48
authored
Sep 18, 2008
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec: add fourcc's for some of the avcodec supported subtitles
parent
5da8b186
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
modules/codec/avcodec/fourcc.h
modules/codec/avcodec/fourcc.h
+17
-0
No files found.
modules/codec/avcodec/fourcc.h
View file @
12c7ab48
...
@@ -1032,6 +1032,23 @@ static const struct
...
@@ -1032,6 +1032,23 @@ static const struct
{
VLC_FOURCC
(
'd'
,
'a'
,
'u'
,
'd'
),
CODEC_ID_PCM_S24DAUD
,
{
VLC_FOURCC
(
'd'
,
'a'
,
'u'
,
'd'
),
CODEC_ID_PCM_S24DAUD
,
AUDIO_ES
,
"PCM ULAW"
},
AUDIO_ES
,
"PCM ULAW"
},
/* Subtitle streams */
#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(41<<8)+0)
/* Before this version, subs were too experimental */
{
VLC_FOURCC
(
's'
,
'p'
,
'u'
,
' '
),
CODEC_ID_DVD_SUBTITLE
,
SPU_ES
,
"DVD Subtitles"
},
{
VLC_FOURCC
(
'd'
,
'v'
,
'b'
,
's'
),
CODEC_ID_DVB_SUBTITLE
,
SPU_ES
,
"DVB Subtitles"
},
{
VLC_FOURCC
(
's'
,
'u'
,
'b'
,
't'
),
CODEC_ID_TEXT
,
SPU_ES
,
"Plain text subtitles"
},
{
VLC_FOURCC
(
'x'
,
's'
,
'u'
,
'b'
),
CODEC_ID_XSUB
,
SPU_ES
,
"DivX XSUB subtitles"
},
#endif
#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(50<<8)+0)
{
VLC_FOURCC
(
's'
,
's'
,
'a'
,
' '
),
CODEC_ID_SSA
,
SPU_ES
,
"SubStation Alpha subtitles"
},
#endif
{
0
,
0
,
0
,
0
}
{
0
,
0
,
0
,
0
}
};
};
...
...
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