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
8ee6db39
Commit
8ee6db39
authored
Nov 15, 2012
by
Xidorn Quan
Committed by
Michael Niedermayer
Nov 16, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mov: add more udta meta data recognition
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
2dd0da78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
mov.c
libavformat/mov.c
+3
-0
No files found.
libavformat/mov.c
View file @
8ee6db39
...
...
@@ -312,6 +312,9 @@ static int mov_read_udta_string(MOVContext *c, AVIOContext *pb, MOVAtom atom)
case
MKTAG
(
0xa9
,
't'
,
'o'
,
'o'
):
case
MKTAG
(
0xa9
,
's'
,
'w'
,
'r'
):
key
=
"encoder"
;
break
;
case
MKTAG
(
0xa9
,
'e'
,
'n'
,
'c'
):
key
=
"encoder"
;
break
;
case
MKTAG
(
0xa9
,
'm'
,
'a'
,
'k'
):
key
=
"make"
;
break
;
case
MKTAG
(
0xa9
,
'm'
,
'o'
,
'd'
):
key
=
"model"
;
break
;
case
MKTAG
(
0xa9
,
'x'
,
'y'
,
'z'
):
key
=
"location"
;
break
;
case
MKTAG
(
'd'
,
'e'
,
's'
,
'c'
):
key
=
"description"
;
break
;
case
MKTAG
(
'l'
,
'd'
,
'e'
,
's'
):
key
=
"synopsis"
;
break
;
case
MKTAG
(
't'
,
'v'
,
's'
,
'h'
):
key
=
"show"
;
break
;
...
...
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