changeset 30741:3cf4f49c2e87

Make close_twolame() static, only used in ae_twolame.c.
author cehoyos
date Sun, 28 Feb 2010 00:23:58 +0000
parents 5a62af75e64c
children 25090c2eb0e2
files libmpcodecs/ae_twolame.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ae_twolame.c	Sat Feb 27 23:23:34 2010 +0000
+++ b/libmpcodecs/ae_twolame.c	Sun Feb 28 00:23:58 2010 +0000
@@ -113,7 +113,7 @@
 	return ret_size;
 }
 
-int close_twolame(audio_encoder_t *encoder)
+static int close_twolame(audio_encoder_t *encoder)
 {
 	free(encoder->priv);
 	return 1;