Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
4ff32051
Commit
4ff32051
authored
May 13, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fourcc.c TSQ.
parent
7b452ff3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
src/misc/fourcc.c
src/misc/fourcc.c
+4
-7
No files found.
src/misc/fourcc.c
View file @
4ff32051
...
...
@@ -140,7 +140,10 @@ static const entry_t p_list_video[] = {
E
(
"FVFW"
,
"FFmpeg MPEG-4"
),
E
(
"FFDS"
,
"FFDShow MPEG-4"
),
E
(
"VIDM"
,
"vidm 4.01 codec"
),
/* 3ivx delta 3.5 Unsupported
* putting it here gives extreme distorted images */
//E("3IV1", "3ivx delta 3.5 MPEG-4 Video"),
//E("3iv1", "3ivx delta 3.5 MPEG-4 Video"),
/* MSMPEG4 v1 */
B
(
VLC_CODEC_DIV1
,
"MS MPEG-4 Video v1"
),
...
...
@@ -714,12 +717,6 @@ static const entry_t p_list_video[] = {
B
(
VLC_CODEC_PCX
,
"Personal Computer Exchange Image"
),
A
(
"pcx "
),
/* 3ivx delta 3.5 Unsupported
* putting it here gives extreme distorted images
{ VLC_FOURCC('3','I','V','1'), CODEC_ID_MPEG4,
VIDEO_ES, "MPEG-4 Video" },
{ VLC_FOURCC('3','i','v','1'), CODEC_ID_MPEG4,
VIDEO_ES, "MPEG-4 Video" }, */
B
(
0
,
""
)
};
static
const
entry_t
p_list_audio
[]
=
{
...
...
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