Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
94f95da5
Commit
94f95da5
authored
Jul 01, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec: document the unmapped codecs
parent
6d383e69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
modules/codec/avcodec/fourcc.c
modules/codec/avcodec/fourcc.c
+10
-1
No files found.
modules/codec/avcodec/fourcc.c
View file @
94f95da5
...
...
@@ -243,11 +243,18 @@ static const struct
#if LIBAVCODEC_VERSION_CHECK( 55, 33, 0, 50, 100 )
{
VLC_CODEC_FIC
,
AV_CODEC_ID_FIC
,
VIDEO_ES
},
#endif
/* AV_CODEC_ID_ALIAS_PIX */
/* AV_CODEC_ID_BRENDER_PIX */
/* AV_CODEC_ID_PAF_VIDEO */
/* AV_CODEC_ID_EXR */
#if LIBAVCODEC_VERSION_CHECK( 55, 43, 0, 56, 108 )
{
VLC_CODEC_VP7
,
AV_CODEC_ID_VP7
,
VIDEO_ES
},
#endif
/* AV_CODEC_ID_SANM */
/* AV_CODEC_ID_SGIRLE */
/* AV_CODEC_ID_MVC1 */
/* AV_CODEC_ID_MVC2 */
#if LIBAVCODEC_VERSION_CHECK( 56, 17, 0, 26, 100 )
{
VLC_CODEC_HQX
,
AV_CODEC_ID_HQX
,
VIDEO_ES
},
#endif
...
...
@@ -259,6 +266,8 @@ static const struct
#if LIBAVCODEC_VERSION_CHECK( 56, 23, 0, 35, 100 )
{
VLC_CODEC_HQ_HQA
,
AV_CODEC_ID_HQ_HQA
,
VIDEO_ES
},
#endif
/* AV_CODEC_ID_HAP */
/* AV_CODEC_ID_DDS */
#if LIBAVCODEC_VERSION_CHECK( 56, 31, 0, 46, 100 )
{
VLC_CODEC_G2M2
,
AV_CODEC_ID_G2M
,
VIDEO_ES
},
{
VLC_CODEC_G2M3
,
AV_CODEC_ID_G2M
,
VIDEO_ES
},
...
...
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