summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-11 19:46:53 +0000
committerMåns Rullgård <mans@mansr.com>2006-11-11 19:46:53 +0000
commitc328f313d876350f95b317a698c344b1cb8bfedd (patch)
tree7e0f2b31c7af52163580da25ae10bae0c27960f7 /libavcodec
parent9a626982f91092c70bdd9a5d244dcdd68669fd27 (diff)
downloadffmpeg-streaming-c328f313d876350f95b317a698c344b1cb8bfedd.zip
ffmpeg-streaming-c328f313d876350f95b317a698c344b1cb8bfedd.tar.gz
make two functions static
Originally committed as revision 6970 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/x264.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/x264.c b/libavcodec/x264.c
index 71fc7db..b086787 100644
--- a/libavcodec/x264.c
+++ b/libavcodec/x264.c
@@ -66,7 +66,7 @@ encode_nals(uint8_t *buf, int size, x264_nal_t *nals, int nnal)
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 @@ X264_close(AVCodecContext *avctx)
return 0;
}
-extern int
+static int
X264_init(AVCodecContext *avctx)
{
X264Context *x4 = avctx->priv_data;
OpenPOWER on IntegriCloud