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

Merge branch 'JVET-O0549_ENCODER_ONLY_FILTER' of...

Merge branch 'JVET-O0549_ENCODER_ONLY_FILTER' of https://vcgit.hhi.fraunhofer.de/rickard/VVCSoftware_VTM into JVET-O0549_ENCODER_ONLY_FILTER
parents afeeb0fd 70762647
No related branches found
No related tags found
1 merge request!981JVET-O0549: Encoder-only temporal filter
......@@ -35,6 +35,7 @@
\brief Handle encoder configuration parameters
*/
#include "EncAppCfg.h"
#include <stdio.h>
......
......@@ -39,6 +39,14 @@
#define __ENCAPPCFG__
#include "CommonLib/CommonDef.h"
#if JVET_O0549_ENCODER_ONLY_FILTER
#include <map>
template <class T1, class T2>
static inline std::istream& operator >> (std::istream &in, std::map<T1, T2> &map);
#include "Utilities/program_options_lite.h"
#endif
#if JVET_O0549_ENCODER_ONLY_FILTER
#include <map>
......
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