Merge "Add support to pass in external frame buffers."

This commit is contained in:
Frank Galligan
2013-12-15 19:18:25 -08:00
committed by Gerrit Code Review
21 changed files with 690 additions and 39 deletions

View File

@@ -929,6 +929,7 @@ CODEC_INTERFACE(vpx_codec_vp8_dx) =
vp8_get_si, /* vpx_codec_get_si_fn_t get_si; */
vp8_decode, /* vpx_codec_decode_fn_t decode; */
vp8_get_frame, /* vpx_codec_frame_get_fn_t frame_get; */
NOT_IMPLEMENTED,
},
{ /* encoder functions */
NOT_IMPLEMENTED,