Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ avcodec_get_edge_width
Function
avcodec_get_edge_width
libavcodec/utils.c:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
#endif
103
104
unsigned avcodec_get_edge_width(void)
105
{
106
return EDGE_WIDTH;
107
}
108
109
void avcodec_set_dimensions(AVCodecContext *s, int width, int height){
110
s->coded_width = width;
Callers
1
input_get_buffer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected