Skip to content
Snippets Groups Projects
Commit bd9f96d4 authored by Rickard Sjöberg's avatar Rickard Sjöberg
Browse files

JVET-O0549 Added encoder-only temporal filter, disabled in cofiguration files

parent 3e9d534f
No related branches found
No related tags found
No related merge requests found
...@@ -39,12 +39,11 @@ ...@@ -39,12 +39,11 @@
#define __ENCAPPCFG__ #define __ENCAPPCFG__
#include "CommonLib/CommonDef.h" #include "CommonLib/CommonDef.h"
#if JVET_O0549_ENCODER_ONLY_FILTER
#if JVET_O0549_ENCODER_ONLY_FILTER
#include <map> #include <map>
template <class T1, class T2> template <class T1, class T2>
static inline std::istream& operator >> (std::istream &in, std::map<T1, T2> &map); static inline std::istream& operator >> (std::istream &in, std::map<T1, T2> &map);
#include "Utilities/program_options_lite.h" #include "Utilities/program_options_lite.h"
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment