# HG changeset patch
# User takis
# Date 1172110374 0
# Node ID de57979c3cd2052dc3860a775d85d915ad3969ca
# Parent  22c4464c8049fff86bddd7e2d13a46f0791415df
Stray comment, probably copy & pasted from audio_encode_example().

diff -r 22c4464c8049 -r de57979c3cd2 apiexample.c
--- a/apiexample.c	Thu Feb 22 00:46:36 2007 +0000
+++ b/apiexample.c	Thu Feb 22 02:12:54 2007 +0000
@@ -228,8 +228,6 @@
         exit(1);
     }
 
-    /* the codec gives us the frame size, in samples */
-
     f = fopen(filename, "wb");
     if (!f) {
         fprintf(stderr, "could not open %s\n", filename);