]> git.sesse.net Git - ffmpeg/commit
lavf/webvttenc: 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)
commit9168a1c0e67b5c31727b12329b6f52d2bb5e0a14
treed6b2a4ac17fb01f26264e6154f8036350277f2af
parent2822bfbbfbc7a0013849758cc557226d48956424
lavf/webvttenc: fix avio_printf argument types after bump

Field precision supplied with the '*' specification must be an int.
libavformat/webvttenc.c