Enable VP8 deblocker.
Review URL: https://webrtc-codereview.appspot.com/578004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2190 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
589673f1cb
commit
5019c9583c
@ -612,7 +612,8 @@ int VP8Decoder::InitDecode(const VideoCodec* inst, int number_of_cores) {
|
|||||||
|
|
||||||
vpx_codec_flags_t flags = 0;
|
vpx_codec_flags_t flags = 0;
|
||||||
#if WEBRTC_LIBVPX_VERSION >= 971
|
#if WEBRTC_LIBVPX_VERSION >= 971
|
||||||
flags = VPX_CODEC_USE_ERROR_CONCEALMENT | VPX_CODEC_USE_POSTPROC;
|
flags = VPX_CODEC_USE_ERROR_CONCEALMENT | VPX_CODEC_USE_POSTPROC |
|
||||||
|
VP8_DEMACROBLOCK | VP8_DEBLOCK;
|
||||||
#ifdef INDEPENDENT_PARTITIONS
|
#ifdef INDEPENDENT_PARTITIONS
|
||||||
flags |= VPX_CODEC_USE_INPUT_PARTITION;
|
flags |= VPX_CODEC_USE_INPUT_PARTITION;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user