Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFMS/ffms2
/ FFMS_ResetInputFormatV
Function
FFMS_ResetInputFormatV
src/core/ffms.cpp:194–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
FFMS_API(void) FFMS_ResetInputFormatV(FFMS_VideoSource *V) {
195
V->ResetInputFormat();
196
}
197
198
FFMS_API(FFMS_ResampleOptions *) FFMS_CreateResampleOptions(FFMS_AudioSource *A) {
199
return A->CreateResampleOptions().release();
Callers
1
ffms.h
File · 0.85
Calls
1
ResetInputFormat
Method · 0.80
Tested by
no test coverage detected