Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
7c4e25d7
Commit
7c4e25d7
authored
Sep 16, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Information about DV Pro codecs
parent
f6e6dfe4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
src/misc/fourcc.c
src/misc/fourcc.c
+10
-8
No files found.
src/misc/fourcc.c
View file @
7c4e25d7
...
...
@@ -371,23 +371,19 @@ static const entry_t p_list_video[] = {
/* DV */
B
(
VLC_CODEC_DV
,
"DV Video"
),
A
(
"dv "
),
A
(
"dvc "
),
A
(
"dvsl"
),
A
(
"DVSD"
),
A
(
"dvsd"
),
A
(
"DVCS"
),
A
(
"dvcs"
),
A
(
"dvhd"
),
A
(
"dvhp"
),
A
(
"dvhq"
),
A
(
"dvh3"
),
A
(
"dvh5"
),
A
(
"dvh6"
),
A
(
"dv1n"
),
A
(
"dv1p"
),
A
(
"dvh1"
),
E
(
"dvh2"
,
"DV Video 720p24"
),
E
(
"dvh3"
,
"DV Video 720p25"
),
E
(
"dvh4"
,
"DV Video 720p30"
),
A
(
"dv25"
),
A
(
"dc25"
),
A
(
"dvh1"
),
A
(
"dvs1"
),
A
(
"dvis"
),
A
(
"CDV2"
),
...
...
@@ -396,11 +392,17 @@ static const entry_t p_list_video[] = {
A
(
"IPDV"
),
A
(
"ipdv"
),
E
(
"dvcp"
,
"DV Video PAL"
),
E
(
"dvc "
,
"DV Video NTSC"
),
E
(
"dvp "
,
"DV Video Pro"
),
E
(
"dvpp"
,
"DV Video Pro PAL"
),
E
(
"dv50"
,
"DV Video C Pro 50"
),
E
(
"dv5p"
,
"DV Video C Pro 50 PAL"
),
E
(
"dv5n"
,
"DV Video C Pro 50 NTSC"
),
E
(
"dv1p"
,
"DV Video C Pro 100 PAL"
),
E
(
"dv1n"
,
"DV Video C Pro 100 NTSC"
),
E
(
"dvhp"
,
"DV Video C Pro HD 720p"
),
E
(
"dvh5"
,
"DV Video C Pro HD 1080i50"
),
E
(
"dvh6"
,
"DV Video C Pro HD 1080i60"
),
E
(
"AVdv"
,
"AVID DV"
),
E
(
"AVd1"
,
"AVID DV"
),
E
(
"CDVC"
,
"Canopus DV Video"
),
...
...
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