Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
2c85727f
Commit
2c85727f
authored
Oct 13, 2012
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/codec_desc: add/update properties of some codecs
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
225d3cc1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
codec_desc.c
libavcodec/codec_desc.c
+8
-2
No files found.
libavcodec/codec_desc.c
View file @
2c85727f
...
...
@@ -1154,7 +1154,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
name
=
"cdxl"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"Commodore CDXL video"
),
.
props
=
AV_CODEC_PROP_LOSSY
,
.
props
=
AV_CODEC_PROP_
INTRA_ONLY
|
AV_CODEC_PROP_
LOSSY
,
},
{
.
id
=
AV_CODEC_ID_XBM
,
...
...
@@ -1224,13 +1224,15 @@ static const AVCodecDescriptor codec_descriptors[] = {
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
name
=
"escape130"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"Escape 130"
),
.
props
=
AV_CODEC_PROP_LOSSY
,
},
{
.
id
=
AV_CODEC_ID_EXR
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
name
=
"exr"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"OpenEXR image"
),
.
props
=
AV_CODEC_PROP_INTRA_ONLY
,
.
props
=
AV_CODEC_PROP_INTRA_ONLY
|
AV_CODEC_PROP_LOSSY
|
AV_CODEC_PROP_LOSSLESS
,
},
{
.
id
=
AV_CODEC_ID_AVRP
,
...
...
@@ -1292,12 +1294,14 @@ static const AVCodecDescriptor codec_descriptors[] = {
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
name
=
"sanm"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"LucasArts SMUSH video"
),
.
props
=
AV_CODEC_PROP_LOSSY
,
},
{
.
id
=
AV_CODEC_ID_PAF_VIDEO
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
name
=
"paf_video"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"Amazing Studio Packed Animation File Video"
),
.
props
=
AV_CODEC_PROP_LOSSY
,
},
{
.
id
=
AV_CODEC_ID_AVRN
,
...
...
@@ -2214,6 +2218,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.
type
=
AVMEDIA_TYPE_AUDIO
,
.
name
=
"vima"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"LucasArts VIMA audio"
),
.
props
=
AV_CODEC_PROP_LOSSY
,
},
{
.
id
=
AV_CODEC_ID_FFWAVESYNTH
,
...
...
@@ -2244,6 +2249,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.
type
=
AVMEDIA_TYPE_AUDIO
,
.
name
=
"paf_audio"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"Amazing Studio Packed Animation File Audio"
),
.
props
=
AV_CODEC_PROP_LOSSY
,
},
{
.
id
=
AV_CODEC_ID_OPUS
,
...
...
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