diff options
author | Dieter <freebsd@sopwith.solgatos.com> | 2006-01-28 16:05:06 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2006-01-28 16:05:06 +0000 |
commit | 1b47fafd9fa21a5bdafa41848dfdccd36623ee6c (patch) | |
tree | 2e7c4e1b0ee932f700f6eae90e5bec13887071bd /libavcodec/flicvideo.c | |
parent | fdb52bccf609b88f81d3730ff88f8f784cd7be8a (diff) | |
download | ffmpeg-1b47fafd9fa21a5bdafa41848dfdccd36623ee6c.tar.gz |
make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)
Originally committed as revision 4905 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/flicvideo.c')
-rw-r--r-- | libavcodec/flicvideo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c index 89879b0947..fa128d0d3b 100644 --- a/libavcodec/flicvideo.c +++ b/libavcodec/flicvideo.c @@ -415,7 +415,7 @@ static int flic_decode_frame_8BPP(AVCodecContext *avctx, return buf_size; } -int flic_decode_frame_15_16BPP(AVCodecContext *avctx, +static int flic_decode_frame_15_16BPP(AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size) { |