Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2017-08-04 20:38:23 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2017-08-04 20:38:23 +0300
commitecd67f27ef002bab9d90afb7e2fbb7f8d7d63698 (patch)
tree2b6e13d3a6d67528512f76cbc064ed5d9bfc4d9a /decoder/LAVVideo
parent754cdb51b94f81cf578af00fc7699b4521991e7d (diff)
Update ffmpeg
Diffstat (limited to 'decoder/LAVVideo')
-rw-r--r--decoder/LAVVideo/decoders/avcodec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/LAVVideo/decoders/avcodec.cpp b/decoder/LAVVideo/decoders/avcodec.cpp
index 81429d30..06809972 100644
--- a/decoder/LAVVideo/decoders/avcodec.cpp
+++ b/decoder/LAVVideo/decoders/avcodec.cpp
@@ -349,7 +349,7 @@ STDMETHODIMP CDecAvcodec::InitDecoder(AVCodecID codec, const CMediaType *pmt)
m_pAVCtx->coded_height = abs(pBMI->biHeight);
m_pAVCtx->bits_per_coded_sample = pBMI->biBitCount;
m_pAVCtx->err_recognition = 0;
- m_pAVCtx->workaround_bugs = FF_BUG_AUTODETECT | FF_BUG_X264_LOSSLESS;
+ m_pAVCtx->workaround_bugs = FF_BUG_AUTODETECT;
m_pAVCtx->refcounted_frames = 1;
// Setup threading