CONFIG_INSPECTION: Enable analysis of Non-Showable Frames
This patch replaces decoder_decode with decoder_inspect
so that every frame showable or not is iterated through.
Change-Id: Iaeca1a7ba4310d49a4502f9ac5aaf4b90e0c16b9
diff --git a/av1/decoder/inspection.h b/av1/decoder/inspection.h
index 7214a9b..ba1b8ac 100644
--- a/av1/decoder/inspection.h
+++ b/av1/decoder/inspection.h
@@ -20,7 +20,7 @@
#include "av1/decoder/accounting.h"
#endif
-#ifndef AOM_AOMDX_H_
+#ifndef AOM_AOM_AOMDX_H_
typedef void (*aom_inspect_cb)(void *decoder, void *data);
#endif