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
a36c7374
Commit
a36c7374
authored
Feb 04, 2016
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf/isom: Add more code points for H264.
Defined by the MP4 registration authority. Fixes ticket #5217.
parent
f89bc661
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
isom.c
libavformat/isom.c
+3
-0
No files found.
libavformat/isom.c
View file @
a36c7374
...
...
@@ -160,6 +160,9 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
{
AV_CODEC_ID_HEVC
,
MKTAG
(
'h'
,
'v'
,
'c'
,
'1'
)
},
/* HEVC/H.265 which indicates parameter sets shall not be in ES */
{
AV_CODEC_ID_H264
,
MKTAG
(
'a'
,
'v'
,
'c'
,
'1'
)
},
/* AVC-1/H.264 */
{
AV_CODEC_ID_H264
,
MKTAG
(
'a'
,
'v'
,
'c'
,
'2'
)
},
{
AV_CODEC_ID_H264
,
MKTAG
(
'a'
,
'v'
,
'c'
,
'3'
)
},
{
AV_CODEC_ID_H264
,
MKTAG
(
'a'
,
'v'
,
'c'
,
'4'
)
},
{
AV_CODEC_ID_H264
,
MKTAG
(
'a'
,
'i'
,
'5'
,
'p'
)
},
/* AVC-Intra 50M 720p24/30/60 */
{
AV_CODEC_ID_H264
,
MKTAG
(
'a'
,
'i'
,
'5'
,
'q'
)
},
/* AVC-Intra 50M 720p25/50 */
{
AV_CODEC_ID_H264
,
MKTAG
(
'a'
,
'i'
,
'5'
,
'2'
)
},
/* AVC-Intra 50M 1080p25/50 */
...
...
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