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
a29ed50e
Commit
a29ed50e
authored
Oct 29, 2012
by
Piotr Bandurski
Committed by
Michael Niedermayer
Oct 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avuidec: correct long_name
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
90510251
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
avuidec.c
libavcodec/avuidec.c
+1
-1
codec_desc.c
libavcodec/codec_desc.c
+1
-1
No files found.
libavcodec/avuidec.c
View file @
a29ed50e
...
@@ -151,5 +151,5 @@ AVCodec ff_avui_decoder = {
...
@@ -151,5 +151,5 @@ AVCodec ff_avui_decoder = {
.
decode
=
avui_decode_frame
,
.
decode
=
avui_decode_frame
,
.
close
=
avui_decode_close
,
.
close
=
avui_decode_close
,
.
capabilities
=
CODEC_CAP_DR1
,
.
capabilities
=
CODEC_CAP_DR1
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"A
VID Meridien
"
),
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"A
vid Meridien Uncompressed
"
),
};
};
libavcodec/codec_desc.c
View file @
a29ed50e
...
@@ -1251,7 +1251,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
...
@@ -1251,7 +1251,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.
id
=
AV_CODEC_ID_AVUI
,
.
id
=
AV_CODEC_ID_AVUI
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
name
=
"avui"
,
.
name
=
"avui"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"A
VID Meridien
"
),
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"A
vid Meridien Uncompressed
"
),
.
props
=
AV_CODEC_PROP_INTRA_ONLY
,
.
props
=
AV_CODEC_PROP_INTRA_ONLY
,
},
},
{
{
...
...
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