Add warning to ignore errors during encoder validation
This commit is contained in:
parent
9e48e58221
commit
1050978246
2 changed files with 24 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue