Commit 636515c3 authored by Anton Khirnov's avatar Anton Khirnov

examples/decode_video: remove a stray unrelated comment

parent 8191f960
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment