From 1a05aba22ec7c80534ab5b258e7d7c14dc8f8d9d Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Mon, 19 Jan 2015 17:20:12 +0100 Subject: Remove error_concealment flag, it sets the default values. --- decoder/LAVVideo/decoders/avcodec.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'decoder') diff --git a/decoder/LAVVideo/decoders/avcodec.cpp b/decoder/LAVVideo/decoders/avcodec.cpp index 792e5e7e..bf72aa27 100644 --- a/decoder/LAVVideo/decoders/avcodec.cpp +++ b/decoder/LAVVideo/decoders/avcodec.cpp @@ -344,7 +344,6 @@ STDMETHODIMP CDecAvcodec::InitDecoder(AVCodecID codec, const CMediaType *pmt) m_pAVCtx->coded_width = pBMI->biWidth; m_pAVCtx->coded_height = abs(pBMI->biHeight); m_pAVCtx->bits_per_coded_sample = pBMI->biBitCount; - m_pAVCtx->error_concealment = FF_EC_GUESS_MVS | FF_EC_DEBLOCK; m_pAVCtx->err_recognition = 0; m_pAVCtx->workaround_bugs = FF_BUG_AUTODETECT | FF_BUG_X264_LOSSLESS; m_pAVCtx->refcounted_frames = 1; -- cgit v1.2.3