diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-02-22 02:12:54 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-02-22 02:12:54 +0000 |
commit | f6618b0f43bfb533b040ca49f2d47ef78ba82f7a (patch) | |
tree | ad269f3889e21a6f4162cab7b777935e6f15e1eb | |
parent | 5604801191131955526d0b5b619d688c64f0993d (diff) | |
download | ffmpeg-f6618b0f43bfb533b040ca49f2d47ef78ba82f7a.tar.gz |
Stray comment, probably copy & pasted from audio_encode_example().
Originally committed as revision 8066 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/apiexample.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/apiexample.c b/libavcodec/apiexample.c index 2ddaeb1d52..88b8ea1f64 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); |