Mark non-exported functions in test and example programs as static.
Originally committed as revision 18259 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+1
-1
@@ -174,7 +174,7 @@ static void print(AVTreeNode *t, int depth){
|
||||
av_log(NULL, AV_LOG_ERROR, "NULL\n");
|
||||
}
|
||||
|
||||
int cmp(const void *a, const void *b){
|
||||
static int cmp(const void *a, const void *b){
|
||||
return a-b;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user