blob: 6aec025bb8625f3c6713cf2fce717a81d43365be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- lencod/src/configfile.c.orig 2020-09-29 10:22:20 UTC
+++ lencod/src/configfile.c
@@ -70,6 +70,9 @@
#include "img_io.h"
#include "ratectl.h"
+InputParameters cfgparams;
+char errortext[ET_SIZE];
+
static void PatchInp (VideoParameters *p_Vid, InputParameters *p_Inp);
static int TestEncoderParams (Mapping *Map, int bitdepth_qp_scale[3]);
static int DisplayEncoderParams (Mapping *Map);
|