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
a304a833
Commit
a304a833
authored
May 23, 2011
by
Kamil Nowosad
Committed by
Diego Biurrun
Jun 21, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riff/img2: Add JPEG 2000 codec IDs.
parent
2ea1ca17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
img2.c
libavformat/img2.c
+1
-0
riff.c
libavformat/riff.c
+1
-0
No files found.
libavformat/img2.c
View file @
a304a833
...
...
@@ -82,6 +82,7 @@ static const IdStrMap img_tags[] = {
{
CODEC_ID_SUNRAST
,
"im24"
},
{
CODEC_ID_SUNRAST
,
"sunras"
},
{
CODEC_ID_JPEG2000
,
"jp2"
},
{
CODEC_ID_JPEG2000
,
"jpc"
},
{
CODEC_ID_DPX
,
"dpx"
},
{
CODEC_ID_PICTOR
,
"pic"
},
{
CODEC_ID_NONE
,
NULL
}
...
...
libavformat/riff.c
View file @
a304a833
...
...
@@ -250,6 +250,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{
CODEC_ID_ZMBV
,
MKTAG
(
'Z'
,
'M'
,
'B'
,
'V'
)
},
{
CODEC_ID_KMVC
,
MKTAG
(
'K'
,
'M'
,
'V'
,
'C'
)
},
{
CODEC_ID_CAVS
,
MKTAG
(
'C'
,
'A'
,
'V'
,
'S'
)
},
{
CODEC_ID_JPEG2000
,
MKTAG
(
'm'
,
'j'
,
'p'
,
'2'
)
},
{
CODEC_ID_JPEG2000
,
MKTAG
(
'M'
,
'J'
,
'2'
,
'C'
)
},
{
CODEC_ID_VMNC
,
MKTAG
(
'V'
,
'M'
,
'n'
,
'c'
)
},
{
CODEC_ID_TARGA
,
MKTAG
(
't'
,
'g'
,
'a'
,
' '
)
},
...
...
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