ffmpeg | branch: master | Anton Khirnov <an...@khirnov.net> | Thu Oct 20 11:03:20 2016 +0200| [636515c324facaa14ccd8ab0732740a240a31ba9] | committer: Anton Khirnov
examples/decode_video: remove a stray unrelated comment > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=636515c324facaa14ccd8ab0732740a240a31ba9 --- doc/examples/decode_video.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/examples/decode_video.c b/doc/examples/decode_video.c index 4036dbe..43819ec 100644 --- a/doc/examples/decode_video.c +++ b/doc/examples/decode_video.c @@ -99,8 +99,6 @@ int main(int argc, char **argv) exit(1); } - /* the codec gives us the frame size, in samples */ - f = fopen(filename, "rb"); if (!f) { fprintf(stderr, "could not open %s\n", filename); _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog