]> git.sesse.net Git - ffmpeg/commit
avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_t
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 17 Mar 2021 18:31:45 +0000 (19:31 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 19 Mar 2021 02:12:24 +0000 (03:12 +0100)
commita46d7819051e0e8c61017e75a0389389ae810ca4
tree1279c1d1f15dc5b3b3a7a3eda9894026dfb8c8fe
parent04d001ca9bc510be5bd1c75f6c8fe13751337799
avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_t

These are auxiliary side-data functions, so they should have been
switched to size_t in d79e0fe65c51491f9bf8a470bbe36fb09f3e1280,
but this has been forgotten.

Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/avpacket.c
libavcodec/packet.h
libavdevice/decklink_dec.cpp
libavdevice/lavfi.c
libavformat/concatdec.c
libavformat/img2dec.c
libavformat/oggdec.h