diff utils.c @ 11567:1025297f5624 libavcodec

Add function to export EDGE_WIDTH from libavcodec.
author koorogi
date Thu, 01 Apr 2010 06:41:16 +0000
parents 8a4984c5cacc
children aea1b01ff81b
line wrap: on
line diff
--- a/utils.c	Wed Mar 31 21:10:52 2010 +0000
+++ b/utils.c	Thu Apr 01 06:41:16 2010 +0000
@@ -101,6 +101,11 @@
 }
 #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;