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
c6868a0e
Commit
c6868a0e
authored
Sep 05, 2006
by
dionoea
Browse files
FFmpeg now has support for VMware's video codec.
parent
dde34adc
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/ffmpeg/ffmpeg.c
View file @
c6868a0e
...
...
@@ -733,7 +733,7 @@ static struct
VIDEO_ES
,
"Windows Media Video 1"
},
{
VLC_FOURCC
(
'W'
,
'M'
,
'V'
,
'2'
),
CODEC_ID_WMV2
,
VIDEO_ES
,
"Windows Media Video 2"
},
#if LIBAVCODEC_BUILD >= ((51<<16)+(10<<8)+1)
#if LIBAVCODEC_BUILD >= ((51<<16)+(10<<8)+1)
{
VLC_FOURCC
(
'W'
,
'M'
,
'V'
,
'3'
),
CODEC_ID_WMV3
,
VIDEO_ES
,
"Windows Media Video 3"
},
{
VLC_FOURCC
(
'W'
,
'V'
,
'C'
,
'1'
),
CODEC_ID_VC1
,
...
...
@@ -916,6 +916,12 @@ static struct
VIDEO_ES
,
"Indeo Video v2"
},
#endif
#if LIBAVCODEC_BUILD >= ((51<<16)+(13<<8)+0)
{
VLC_FOURCC
(
'V'
,
'M'
,
'n'
,
'c'
),
CODEC_ID_VMNC
,
VIDEO_ES
,
"VMware Video"
},
#endif
/*
* Image codecs
*/
...
...
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