]> git.sesse.net Git - ffmpeg/commit
avformat/ffmetadec: do no limit size of tags to 1024
authorPaul B Mahol <onemda@gmail.com>
Thu, 13 Dec 2018 12:06:30 +0000 (13:06 +0100)
committerPaul B Mahol <onemda@gmail.com>
Fri, 14 Dec 2018 16:33:52 +0000 (17:33 +0100)
commit78e7b70395e984326bf2b82727d9943ecc10617e
tree069f3785a606680207978a6261f1f559b94c111b
parentc6e1966c1a1a8987de0834462d7a76377eaa76bc
avformat/ffmetadec: do no limit size of tags to 1024

Use bprint API instead.

Fixes #4833.
libavformat/ffmetadec.c