Commit f6618b0f authored by Panagiotis Issaris's avatar Panagiotis Issaris

Stray comment, probably copy & pasted from audio_encode_example().

Originally committed as revision 8066 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 56048011
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment