]> git.sesse.net Git - ffmpeg/commit
avformat/webpenc: Use init instead of write_header function
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 18 Mar 2021 21:15:36 +0000 (22:15 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 23 Mar 2021 23:27:26 +0000 (00:27 +0100)
commit484a322f0a01d50175a5819b5f5925891dd45240
tree9d2f675f5b855afebee263a796065ef8838e5502
parent0519a32a6458c41997b4d7bd8604afe0f354b1cc
avformat/webpenc: Use init instead of write_header function

webp_write_header() didn't write anything.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/webpenc.c