Adds mov_metadata_int16() for parsing 16-bit integer atoms, and a corresponding call in mov_read_udta_string.
The atom's value is mapped to the "tmpo" metadata key, which is the same one as used by avformat/movenc. I couldn't find a concise doc about what it should map to. https://github.com/hile/soundforest/blob/master/soundforest/tags/formats/aac.py indicates it might be "bpm", as does http://edd.wp-a2z.org/oik_api/getid3_quicktimecopytoappropriatecommentssection/ Moritz Barsnick (2): avformat/mov: add mov_metadata_int16() avformat/mov: parse tmpo atom libavformat/mov.c | 11 +++++++++++ 1 file changed, 11 insertions(+) -- 2.14.4 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel