mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-02 03:48:05 +08:00
Add function to export EDGE_WIDTH from libavcodec.
Originally committed as revision 22753 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -101,6 +101,11 @@ void register_avcodec(AVCodec *codec)
|
||||
}
|
||||
#endif
|
||||
|
||||
unsigned avcodec_get_edge_width(void)
|
||||
{
|
||||
return EDGE_WIDTH;
|
||||
}
|
||||
|
||||
void avcodec_set_dimensions(AVCodecContext *s, int width, int height){
|
||||
s->coded_width = width;
|
||||
s->coded_height= height;
|
||||
|
Reference in New Issue
Block a user