MCPcopy Create free account
hub / github.com/Nevcairiel/LAVFilters / SetStreamAR

Method SetStreamAR

decoder/LAVVideo/LAVVideo.cpp:2586–2590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2584}
2585
2586STDMETHODIMP CLAVVideo::SetStreamAR(DWORD bStreamAR)
2587{
2588 m_settings.StreamAR = bStreamAR;
2589 return SaveSettings();
2590}
2591
2592STDMETHODIMP_(DWORD) CLAVVideo::GetStreamAR()
2593{

Callers 1

OnApplyChangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected