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>2015-11-16 13:44:28 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-11-16 13:45:06 +0300
commit8963219bbcc1d8c15280a461a7a2138b168a3bb5 (patch)
treed151640eed167d8b416033611086c31858493fc6 /decoder/LAVVideo/LAVVideo.h
parent5e6ab80cb0c999019eb73b2b0fa2c448253e8a48 (diff)
Force format negotiation when the input format changed after a decoder re-init
This ensures the proper output format is used when the format changes mid-stream.
Diffstat (limited to 'decoder/LAVVideo/LAVVideo.h')
-rw-r--r--decoder/LAVVideo/LAVVideo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/LAVVideo/LAVVideo.h b/decoder/LAVVideo/LAVVideo.h
index 83c17020..9d5a4b27 100644
--- a/decoder/LAVVideo/LAVVideo.h
+++ b/decoder/LAVVideo/LAVVideo.h
@@ -229,6 +229,7 @@ private:
BOOL m_bForceInputAR = FALSE;
BOOL m_bSendMediaType = FALSE;
BOOL m_bFlushing = FALSE;
+ BOOL m_bForceFormatNegotiation = FALSE;
HRESULT m_hrDeliver = S_OK;