Skip to content
Snippets Groups Projects
Commit 67884cc1 authored by Jack Enhorn's avatar Jack Enhorn
Browse files

Bugfix: Fix incorrect picture height for temporal filter when using field coding

parent 8157466c
No related branches found
No related tags found
No related merge requests found
......@@ -1207,7 +1207,7 @@ void EncApp::createLib( const int layerIdx )
if( m_gopBasedTemporalFilterEnabled )
{
m_temporalFilter.init( m_FrameSkip, m_inputBitDepth, m_MSBExtendedBitDepth, m_internalBitDepth, m_iSourceWidth, m_iSourceHeight,
m_temporalFilter.init( m_FrameSkip, m_inputBitDepth, m_MSBExtendedBitDepth, m_internalBitDepth, m_iSourceWidth, sourceHeight,
m_aiPad, m_bClipInputVideoToRec709Range, m_inputFileName, m_chromaFormatIDC,
m_inputColourSpaceConvert, m_iQP, m_gopBasedTemporalFilterStrengths,
m_gopBasedTemporalFilterFutureReference );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment