Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
7dc31179
Commit
7dc31179
authored
Jun 11, 2013
by
Jean-Baptiste Kempf
Browse files
Avcodec: Map G2M4 FourCC
parent
92faa959
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/avcodec/fourcc.c
View file @
7dc31179
...
@@ -253,6 +253,11 @@ static const struct
...
@@ -253,6 +253,11 @@ static const struct
{
VLC_CODEC_ICOD
,
AV_CODEC_ID_AIC
,
VIDEO_ES
},
{
VLC_CODEC_ICOD
,
AV_CODEC_ID_AIC
,
VIDEO_ES
},
#endif
#endif
#if LIBAVCODEC_VERSION_CHECK( 55, 8, 0, 15, 100 )
{
VLC_CODEC_G2M4
,
AV_CODEC_ID_G2M
,
VIDEO_ES
},
#endif
#if 0
#if 0
/* UNTESTED VideoGames*/
/* UNTESTED VideoGames*/
{ VLC_FOURCC('W','C','3','V'), AV_CODEC_ID_XAN_WC3,
{ VLC_FOURCC('W','C','3','V'), AV_CODEC_ID_XAN_WC3,
...
...
Write
Preview
Supports
Markdown
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