X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=tools_common.h;h=558413ea43407ba8ec1cbdd899916835297e3fbd;hb=6e0748e1423270b5b57177ee8941fa890d217b50;hp=6a9f4f7f017c8c894055cd97465c07d427700e72;hpb=bdfb9e580402a6153a7ce7cc3ab18a6f5f11375f;p=libvpx diff --git a/tools_common.h b/tools_common.h index 6a9f4f7f0..558413ea4 100644 --- a/tools_common.h +++ b/tools_common.h @@ -120,7 +120,7 @@ int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame); typedef struct VpxInterface { const char *const name; const uint32_t fourcc; - vpx_codec_iface_t *(*const interface)(); + vpx_codec_iface_t *(*const codec_interface)(); } VpxInterface; int get_vpx_encoder_count();