Add warning to ignore errors during encoder validation

This commit is contained in:
loki
2021-05-12 23:22:13 +02:00
parent 9e48e58221
commit 1050978246
2 changed files with 24 additions and 2 deletions

View File

@@ -15,7 +15,6 @@
#include <boost/log/attributes/clock.hpp>
#include "video.h"
#include "input.h"
#include "nvhttp.h"
#include "rtsp.h"
#include "config.h"
@@ -142,7 +141,6 @@ int main(int argc, char *argv[]) {
return 4;
}
input::init();
reed_solomon_init();
if(video::init()) {
return 2;