]> git.sesse.net Git - ffmpeg/commitdiff
Stray comment, probably copy & pasted from audio_encode_example().
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Thu, 22 Feb 2007 02:12:54 +0000 (02:12 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Thu, 22 Feb 2007 02:12:54 +0000 (02:12 +0000)
Originally committed as revision 8066 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/apiexample.c

index 2ddaeb1d52a57bff2dbef7a90acfea1a1b1788c1..88b8ea1f64bbf9e8c941866df3500b37c1b80aed 100644 (file)
@@ -228,8 +228,6 @@ void video_encode_example(const char *filename)
         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);