[FFmpeg-cvslog] examples/decode_video: remove a stray unrelated comment
Anton Khirnov
git at videolan.org
Wed Mar 29 15:24:34 EEST 2017
ffmpeg | branch: master | Anton Khirnov <anton at 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);
More information about the ffmpeg-cvslog
mailing list