Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenShot/libopenshot
/ SetPixelRatio
Method
SetPixelRatio
src/Frame.cpp:443–447 ·
view source on GitHub ↗
Set Pixel Aspect Ratio
Source
from the content-addressed store, hash-verified
441
442
// Set Pixel Aspect Ratio
443
void Frame::SetPixelRatio(int num, int den)
444
{
445
pixel_ratio.num = num;
446
pixel_ratio.den = den;
447
}
448
449
// Set frame number
450
void Frame::SetFrameNumber(int64_t new_number)
Callers
1
CreateFrame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected