]> git.sesse.net Git - ffmpeg/commit
avpacket: add pack/unpack functions for AVDictionary
authorBen Boeckel <mathstuf@gmail.com>
Mon, 18 Nov 2013 01:36:26 +0000 (20:36 -0500)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 20 Nov 2013 15:48:51 +0000 (16:48 +0100)
commit51a84a6bca611759c237aefe4408dbea8e153c04
treefeceb7d01db5b8f3356cc3840017d4166be62c94
parent1e506a2cc586935b9548870295dcbd680422e180
avpacket: add pack/unpack functions for AVDictionary

These functions are intended for use with side_data which comes in an
AVPacket.

Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
Reviewed-by: wm4
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/avcodec.h
libavcodec/avpacket.c