From: Panagiotis Issaris Date: Thu, 22 Feb 2007 02:12:54 +0000 (+0000) Subject: Stray comment, probably copy & pasted from audio_encode_example(). X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f6618b0f43bfb533b040ca49f2d47ef78ba82f7a;p=ffmpeg Stray comment, probably copy & pasted from audio_encode_example(). Originally committed as revision 8066 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/apiexample.c b/libavcodec/apiexample.c index 2ddaeb1d52a..88b8ea1f64b 100644 --- a/libavcodec/apiexample.c +++ b/libavcodec/apiexample.c @@ -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);