From 8c4753f7f5f1f65532e841cffa3b4fdb368c2fdf Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 20 Oct 2012 11:00:17 +0200 Subject: [PATCH] examples/decoding_encoding: remove misplaced and confusing comment --- doc/examples/decoding_encoding.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/examples/decoding_encoding.c b/doc/examples/decoding_encoding.c index c2401fb40d2..0ca3faa12e2 100644 --- a/doc/examples/decoding_encoding.c +++ b/doc/examples/decoding_encoding.c @@ -531,8 +531,6 @@ static void video_decode_example(const char *outfilename, const char *filename) 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); -- 2.39.2