diff libmpcodecs/ae_pcm.c @ 15258:c2979462805a

fixed wrong function pointers definitions
author nicodvb
date Mon, 25 Apr 2005 06:46:30 +0000
parents 6d6792c02b6f
children 6ff3379a0862
line wrap: on
line diff
--- a/libmpcodecs/ae_pcm.c	Sun Apr 24 22:27:56 2005 +0000
+++ b/libmpcodecs/ae_pcm.c	Mon Apr 25 06:46:30 2005 +0000
@@ -41,9 +41,9 @@
 	return max_size;
 }
 
-static void set_decoded_len(audio_encoder_t *encoder, int len)
+static int set_decoded_len(audio_encoder_t *encoder, int len)
 {
-	return;
+	return len;
 }
 
 static int close_pcm(audio_encoder_t *encoder)