diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-10-20 11:00:17 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-20 11:30:13 +0200 |
commit | 8c4753f7f5f1f65532e841cffa3b4fdb368c2fdf (patch) | |
tree | 9ddae8ed61edcbaaa62a05d1b11504131aa2b420 | |
parent | 6d6ccbae4cee8d6e4f70154d919e5cfe6fec8489 (diff) | |
download | ffmpeg-8c4753f7f5f1f65532e841cffa3b4fdb368c2fdf.tar.gz |
examples/decoding_encoding: remove misplaced and confusing comment
-rw-r--r-- | doc/examples/decoding_encoding.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/decoding_encoding.c b/doc/examples/decoding_encoding.c index c2401fb40d..0ca3faa12e 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); |