[FFmpeg-devel] [PATCH] libavutil/dict: extend the list of convienience functions for storing different data types

Kevin Wheatley kevin.j.wheatley at gmail.com
Fri Sep 4 15:38:54 CEST 2015


Hi,

as part of adding support for non-string data types to .mov metadata,
I wondered about adding the following helper functions for storing
numeric types into an AVDictionary.

upfront I'll say I'm not 100% happy with the float32 and float64 named
variants (vs float and double) as there is no clear preference in
other areas of the code that I could see.

I'm also conscious that to provide for rewriting the .mov metadata
types, I'll need something different to store the actual types and
that might mean these functions would end up not being used at all.

Kevin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-libavutil-dict-extend-the-list-of-convienience-funct.patch
Type: text/x-patch
Size: 6602 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150904/262c473c/attachment.bin>


More information about the ffmpeg-devel mailing list