[FFmpeg-devel] [PATCH 10/10] Mark the ff_find_best_tables symbol static to msmpeg4.
Diego 'Flameeyes' Pettenò
flameeyes
Fri Oct 3 15:07:01 CEST 2008
---
libavcodec/msmpeg4.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/msmpeg4.c b/libavcodec/msmpeg4.c
index 7575f79..2aeb716 100644
--- a/libavcodec/msmpeg4.c
+++ b/libavcodec/msmpeg4.c
@@ -238,7 +238,7 @@ static int get_size_of_code(MpegEncContext * s, RLTable *rl, int last, int run,
return size;
}
-void ff_find_best_tables(MpegEncContext * s)
+static void ff_find_best_tables(MpegEncContext * s)
{
int i;
int best =-1, best_size =9999999;
More information about the ffmpeg-devel
mailing list