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
576bf05a
Commit
576bf05a
authored
Dec 29, 2019
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/hapdec: Add codec_tags list
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
550a6b42
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
hapdec.c
libavcodec/hapdec.c
+8
-0
No files found.
libavcodec/hapdec.c
View file @
576bf05a
...
...
@@ -484,4 +484,12 @@ AVCodec ff_hap_decoder = {
AV_CODEC_CAP_DR1
,
.
caps_internal
=
FF_CODEC_CAP_INIT_THREADSAFE
|
FF_CODEC_CAP_INIT_CLEANUP
,
.
codec_tags
=
(
const
uint32_t
[]){
MKTAG
(
'H'
,
'a'
,
'p'
,
'1'
),
MKTAG
(
'H'
,
'a'
,
'p'
,
'5'
),
MKTAG
(
'H'
,
'a'
,
'p'
,
'Y'
),
MKTAG
(
'H'
,
'a'
,
'p'
,
'A'
),
MKTAG
(
'H'
,
'a'
,
'p'
,
'M'
),
FF_CODEC_TAGS_END
,
},
};
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