From 636515c324facaa14ccd8ab0732740a240a31ba9 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 20 Oct 2016 11:03:20 +0200 Subject: examples/decode_video: remove a stray unrelated comment --- doc/examples/decode_video.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc') diff --git a/doc/examples/decode_video.c b/doc/examples/decode_video.c index 4036dbe360..43819ecc6c 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); -- cgit v1.2.3