diff options
author | Tinglin Liu <tinglin@google.com> | 2015-10-22 15:04:46 -0700 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2015-10-26 14:32:05 +0000 |
commit | 9ea812692c38c58a343cec5f66e8949655906edc (patch) | |
tree | 065ba73e35b798e93c044abad82dbfbb6dbd2555 /libavcodec/amr.h | |
parent | 63ea8e0610d08531464e08f9cb7d845014ed37c8 (diff) | |
download | ffmpeg-9ea812692c38c58a343cec5f66e8949655906edc.tar.gz |
mov: Add support parsing QuickTime Metadata Keys.
The Apple dev specification:
https://developer.apple.com/library/mac/documentation/QuickTime/QTFF/Metadata/Metadata.html
Basically the structure is like:
|--meta
|----hdlr
|----keys
|----ilst
1) The handler type in the metadata handler atom is ‘mdta’.
2) The key and value are stored separately for each key-value pair.
The 'keys' atom stores the key table, while 'ilst' atom stores the
values corresponding to the indices in the key table.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavcodec/amr.h')
0 files changed, 0 insertions, 0 deletions