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
235bf1da
Commit
235bf1da
authored
May 31, 2012
by
Clément Bœsch
Committed by
Vittorio Giovara
Apr 03, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riff: add ISMP/timecode tag
parent
fa570a55
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
riff.c
libavformat/riff.c
+1
-0
riffenc.c
libavformat/riffenc.c
+1
-1
No files found.
libavformat/riff.c
View file @
235bf1da
...
@@ -394,6 +394,7 @@ const AVMetadataConv ff_riff_info_conv[] = {
...
@@ -394,6 +394,7 @@ const AVMetadataConv ff_riff_info_conv[] = {
{
"IPRT"
,
"track"
},
{
"IPRT"
,
"track"
},
{
"ITRK"
,
"track"
},
{
"ITRK"
,
"track"
},
{
"ISFT"
,
"encoder"
},
{
"ISFT"
,
"encoder"
},
{
"ISMP"
,
"timecode"
},
{
"ITCH"
,
"encoded_by"
},
{
"ITCH"
,
"encoded_by"
},
{
0
},
{
0
},
};
};
...
...
libavformat/riffenc.c
View file @
235bf1da
...
@@ -257,7 +257,7 @@ void ff_riff_write_info_tag(AVIOContext *pb, const char *tag, const char *str)
...
@@ -257,7 +257,7 @@ void ff_riff_write_info_tag(AVIOContext *pb, const char *tag, const char *str)
static
const
char
riff_tags
[][
5
]
=
{
static
const
char
riff_tags
[][
5
]
=
{
"IARL"
,
"IART"
,
"ICMS"
,
"ICMT"
,
"ICOP"
,
"ICRD"
,
"ICRP"
,
"IDIM"
,
"IDPI"
,
"IARL"
,
"IART"
,
"ICMS"
,
"ICMT"
,
"ICOP"
,
"ICRD"
,
"ICRP"
,
"IDIM"
,
"IDPI"
,
"IENG"
,
"IGNR"
,
"IKEY"
,
"ILGT"
,
"ILNG"
,
"IMED"
,
"INAM"
,
"IPLT"
,
"IPRD"
,
"IENG"
,
"IGNR"
,
"IKEY"
,
"ILGT"
,
"ILNG"
,
"IMED"
,
"INAM"
,
"IPLT"
,
"IPRD"
,
"IPRT"
,
"ITRK"
,
"ISBJ"
,
"ISFT"
,
"ISHP"
,
"ISRC"
,
"ISRF"
,
"ITCH"
,
"IPRT"
,
"ITRK"
,
"ISBJ"
,
"ISFT"
,
"ISHP"
,
"IS
MP"
,
"IS
RC"
,
"ISRF"
,
"ITCH"
,
{
0
}
{
0
}
};
};
...
...
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