Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFMS/ffms2
/ FFMS_GetPixFmt
Function
FFMS_GetPixFmt
src/core/ffms.cpp:415–417 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
413
}
414
415
FFMS_API(int) FFMS_GetPixFmt(const char *Name) {
416
return av_get_pix_fmt(Name);
417
}
418
419
FFMS_API(const char *) FFMS_GetFormatNameI(FFMS_Indexer *Indexer) {
420
return Indexer->GetFormatName();
Callers
1
InitOutputFormat
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected