You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Stray comment, probably copy & pasted from audio_encode_example().
Originally committed as revision 8066 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -228,8 +228,6 @@ void video_encode_example(const char *filename)
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* the codec gives us the frame size, in samples */
|
|
||||||
|
|
||||||
f = fopen(filename, "wb");
|
f = fopen(filename, "wb");
|
||||||
if (!f) {
|
if (!f) {
|
||||||
fprintf(stderr, "could not open %s\n", filename);
|
fprintf(stderr, "could not open %s\n", filename);
|
||||||
|
Reference in New Issue
Block a user