]> git.sesse.net Git - ffmpeg/commit
lavf/matroskaenc: fix avio_printf argument types after bump
authorAnton Khirnov <anton@khirnov.net>
Sun, 4 Apr 2021 08:41:59 +0000 (10:41 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 8 Apr 2021 09:03:15 +0000 (11:03 +0200)
commit2822bfbbfbc7a0013849758cc557226d48956424
treec396716e5fdeaff4f718e6c21ced19bd11013f1d
parent19e81034064586eb9873f7972aaa7915bc56c98e
lavf/matroskaenc: fix avio_printf argument types after bump

Field precision supplied with the '*' specification must be an int.

Also, make sure converting those fields to int does not overflow.
libavformat/matroskaenc.c