Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
4754d7cc
Commit
4754d7cc
authored
Aug 29, 2005
by
hartman
Browse files
* Add the hdv2 fourcc which is simply HD MPEG2
See:
http://forum.videolan.org/viewtopic.php?t=11842
parent
78270dd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/libmpeg2.c
View file @
4754d7cc
...
...
@@ -114,7 +114,8 @@ static int OpenDecoder( vlc_object_t *p_this )
p_dec
->
fmt_in
.
i_codec
!=
VLC_FOURCC
(
'P'
,
'I'
,
'M'
,
'1'
)
&&
/* ATI Video */
p_dec
->
fmt_in
.
i_codec
!=
VLC_FOURCC
(
'V'
,
'C'
,
'R'
,
'2'
)
&&
p_dec
->
fmt_in
.
i_codec
!=
VLC_FOURCC
(
'm'
,
'p'
,
'g'
,
'2'
)
)
p_dec
->
fmt_in
.
i_codec
!=
VLC_FOURCC
(
'm'
,
'p'
,
'g'
,
'2'
)
&&
p_dec
->
fmt_in
.
i_codec
!=
VLC_FOURCC
(
'h'
,
'd'
,
'v'
,
'2'
)
)
{
return
VLC_EGENERIC
;
}
...
...
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