summaryrefslogtreecommitdiff
path: root/doc/examples/decoding_encoding.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-10-20 11:00:17 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-10-20 11:30:13 +0200
commit8c4753f7f5f1f65532e841cffa3b4fdb368c2fdf (patch)
tree9ddae8ed61edcbaaa62a05d1b11504131aa2b420 /doc/examples/decoding_encoding.c
parent6d6ccbae4cee8d6e4f70154d919e5cfe6fec8489 (diff)
examples/decoding_encoding: remove misplaced and confusing comment
Diffstat (limited to 'doc/examples/decoding_encoding.c')
-rw-r--r--doc/examples/decoding_encoding.c2
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);