]> granicus.if.org Git - libvpx/blobdiff - examples/set_maps.c
Merge "Optimize vp9_highbd_block_error_8bit assembly."
[libvpx] / examples / set_maps.c
index 2ee5bca50a5717b7de4c8be5e70564a1fd8a8fee..1dc3ac0c98f8e1b75e6eff2372b64cd1c399f9af 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 
-#define VPX_CODEC_DISABLE_COMPAT 1
 #include "vpx/vp8cx.h"
 #include "vpx/vpx_encoder.h"
 
-#include "./tools_common.h"
-#include "./video_writer.h"
+#include "../tools_common.h"
+#include "../video_writer.h"
 
 static const char *exec_name;
 
-void usage_exit() {
+void usage_exit(void) {
   fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
           exec_name);
   exit(EXIT_FAILURE);