]> granicus.if.org Git - libvpx/commit
vpxenc: initalize the image object
authorHui Su <huisu@google.com>
Wed, 13 Jan 2021 18:51:39 +0000 (10:51 -0800)
committerHui Su <huisu@google.com>
Wed, 13 Jan 2021 18:51:39 +0000 (10:51 -0800)
commit576e0801f9281fd54e2c69ad5be5fef7af656011
tree349da10daa1909304df1941b5f18c7fd6833a58a
parent3a38edea2cd114d53914cab017cab2e43a600031
vpxenc: initalize the image object

Otherwise it would cause problem when calling vpx_img_free() at the end
if no frame is read.

Change-Id: Ide0ed28eeb142d65d04703442cc4f098ac8edb34
vpxenc.c