mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
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:
parent
cafe71c62d
commit
504ffed19f
7 changed files with 28 additions and 26 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue