vp9dec: Update default postproc settings from vp9_dx_iface.c
This commit is contained in:
parent
3c9aba91dc
commit
9788976fd4
@ -55,7 +55,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_vp9dec_debug);
|
||||
#define GST_CAT_DEFAULT gst_vp9dec_debug
|
||||
|
||||
#define DEFAULT_POST_PROCESSING FALSE
|
||||
#define DEFAULT_POST_PROCESSING_FLAGS (VP8_DEBLOCK | VP8_DEMACROBLOCK | VP8_MFQE)
|
||||
#define DEFAULT_POST_PROCESSING_FLAGS (VP8_DEBLOCK | VP8_DEMACROBLOCK)
|
||||
#define DEFAULT_DEBLOCKING_LEVEL 4
|
||||
#define DEFAULT_NOISE_LEVEL 0
|
||||
#define DEFAULT_THREADS 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user