Commit 56e281ed authored by takis's avatar takis

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8066 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4d6335a3
......@@ -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