• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // BenchCon.h
2 
3 #ifndef __BENCH_CON_H
4 #define __BENCH_CON_H
5 
6 #include <stdio.h>
7 
8 #include "../../Common/CreateCoder.h"
9 #include "../../UI/Common/Property.h"
10 
11 HRESULT BenchCon(DECL_EXTERNAL_CODECS_LOC_VARS
12     const CObjectVector<CProperty> &props, UInt32 numIterations, FILE *f);
13 
14 #endif
15