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
ab2bdb9e
Commit
ab2bdb9e
authored
Oct 08, 2006
by
gbazin
Browse files
* modules/codec/ffmpeg/ffmpeg.c: add RV20 fourcc.
parent
bfffe8bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/ffmpeg/ffmpeg.c
View file @
ab2bdb9e
...
...
@@ -847,6 +847,10 @@ static struct
VIDEO_ES
,
"Real Video 10"
},
{
VLC_FOURCC
(
'R'
,
'V'
,
'1'
,
'3'
),
CODEC_ID_RV10
,
VIDEO_ES
,
"Real Video 13"
},
#if LIBAVCODEC_BUILD >= ((51<<16)+(15<<8)+1)
{
VLC_FOURCC
(
'R'
,
'V'
,
'2'
,
'0'
),
CODEC_ID_RV20
,
VIDEO_ES
,
"Real Video 20"
},
#endif
#if LIBAVCODEC_BUILD >= 4684
/* Apple Video */
...
...
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