]> granicus.if.org Git - libvpx/blobdiff - tools_common.h
tools_common.sh: Move vpxdec() test support to vpxdec.sh
[libvpx] / tools_common.h
index 6a9f4f7f017c8c894055cd97465c07d427700e72..558413ea43407ba8ec1cbdd899916835297e3fbd 100644 (file)
@@ -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();