Revision 0fb49b59 libavcodec/utils.c
libavcodec/utils.c | ||
---|---|---|
101 | 101 |
} |
102 | 102 |
#endif |
103 | 103 |
|
104 |
unsigned avcodec_get_edge_width(void) |
|
105 |
{ |
|
106 |
return EDGE_WIDTH; |
|
107 |
} |
|
108 |
|
|
104 | 109 |
void avcodec_set_dimensions(AVCodecContext *s, int width, int height){ |
105 | 110 |
s->coded_width = width; |
106 | 111 |
s->coded_height= height; |
Also available in: Unified diff