Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Releases
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stefan Westerfeld
ffmpeg
Commits
054c506e
Commit
054c506e
authored
Aug 06, 2014
by
Marek Fort
Committed by
Michael Niedermayer
Aug 07, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat/mov: XMP metadata suppor.
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
06362ab7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
mov.c
libavformat/mov.c
+2
-0
No files found.
libavformat/mov.c
View file @
054c506e
...
...
@@ -318,6 +318,8 @@ static int mov_read_udta_string(MOVContext *c, AVIOContext *pb, MOVAtom atom)
return
mov_metadata_raw
(
c
,
pb
,
atom
.
size
,
"quicktime_version"
);
case
MKTAG
(
'l'
,
'o'
,
'c'
,
'i'
):
return
mov_metadata_loci
(
c
,
pb
,
atom
.
size
);
case
MKTAG
(
'X'
,
'M'
,
'P'
,
'_'
):
return
mov_metadata_raw
(
c
,
pb
,
atom
.
size
,
"xmp"
);
}
if
(
c
->
itunes_metadata
&&
atom
.
size
>
8
)
{
...
...
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