changeset 4563:de57979c3cd2 libavcodec

Stray comment, probably copy & pasted from audio_encode_example().
author takis
date Thu, 22 Feb 2007 02:12:54 +0000
parents 22c4464c8049
children f58de1bdb675
files apiexample.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);