OSDN Git Service

libkvazaar: Use av_image_copy for copying pixels
authorArttu Ylä-Outinen <arttu.yla-outinen@tut.fi>
Mon, 28 Sep 2015 08:27:16 +0000 (11:27 +0300)
committerArttu Ylä-Outinen <arttu.yla-outinen@tut.fi>
Wed, 7 Oct 2015 14:09:08 +0000 (17:09 +0300)
commit5fefa7b512cc8e2141d595a6a7ed77de13da4e18
treeab5d290297908914e56d7d92c0faf83bd796446f
parent8db62f04191ab559bb44bbdaec86da6a9c44aa2c
libkvazaar: Use av_image_copy for copying pixels

Replaces a for loop for copying pixels by a call to av_image_copy.

Signed-off-by: Arttu Ylä-Outinen <arttu.yla-outinen@tut.fi>
libavcodec/libkvazaar.c