]> git.sesse.net Git - ffmpeg/commit
avcodec/h264_sei: fix the size of user data unregistered
authorLimin Wang <lance.lmwang@gmail.com>
Thu, 19 Dec 2019 05:09:06 +0000 (13:09 +0800)
committerJames Almer <jamrial@gmail.com>
Sat, 21 Dec 2019 01:46:04 +0000 (22:46 -0300)
commit5e5bbd21e6623074370dbeefd595307fa3dfb648
tree9a6ac992f368a7d716686f3732e4c376ccf26070
parenta86bb2f606da64d287b1dd807a4f691c39f1a1ec
avcodec/h264_sei: fix the size of user data unregistered

According to the specifications, the payloadSize includes the 16-byte size of UUID.

Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/h264_sei.c