]> granicus.if.org Git - libvpx/commit
vp8cx_set_ref: Flush encoder.
authorDmitry Kovalev <dkovalev@google.com>
Thu, 14 Aug 2014 17:28:00 +0000 (10:28 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Fri, 15 Aug 2014 17:26:45 +0000 (10:26 -0700)
commit965af7924158f103b715f4f7d4bfcf1f34675d71
treeef0682b1745ff515287923d92d2331120e00947a
parent715bab6e5554b1632c3c183782a9c9d01c3460cc
vp8cx_set_ref: Flush encoder.

According to the current API spec we need to call vpx_codec_encode() until
vpx_codec_get_cx_data() returns NULL.

Change-Id: Ide0c531dc0d453df8ec1edb8acb894856d6cc22e
examples/vp8cx_set_ref.c