# HG changeset patch # User mru # Date 1163274413 0 # Node ID 8d67ae8320dc06b3f31b4a07680cf4725e5bb5be # Parent 38bb77e11353aafd93db22329efce0cd4e37fa97 make two functions static diff -r 38bb77e11353 -r 8d67ae8320dc x264.c --- 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;