changeset 4169:8d67ae8320dc libavcodec

make two functions static
author mru
date Sat, 11 Nov 2006 19:46:53 +0000
parents 38bb77e11353
children f97a2081b5b1
files x264.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/x264.c	Fri Nov 10 11:45:43 2006 +0000
+++ b/x264.c	Sat Nov 11 19:46:53 2006 +0000
@@ -66,7 +66,7 @@
     return p - buf;
 }
 
-extern int
+static int
 X264_frame(AVCodecContext *ctx, uint8_t *buf, int bufsize, void *data)
 {
     X264Context *x4 = ctx->priv_data;
@@ -130,7 +130,7 @@
     return 0;
 }
 
-extern int
+static int
 X264_init(AVCodecContext *avctx)
 {
     X264Context *x4 = avctx->priv_data;