mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Enable using intra blocks in inter frame by default
This commit is contained in:
parent
60cb42735e
commit
06ab158c55
|
@ -25,7 +25,7 @@
|
|||
|
||||
|
||||
// Temporarily for debugging.
|
||||
#define USE_INTRA_IN_P 0
|
||||
#define USE_INTRA_IN_P 1
|
||||
//#define RENDER_CU encoder->frame==2
|
||||
#define RENDER_CU 0
|
||||
#define SEARCH_MV_FULL_RADIUS 0
|
||||
|
|
Loading…
Reference in a new issue