examples/decoding_encoding: remove misplaced and confusing comment

This commit is contained in:
Stefano Sabatini 2012-10-20 11:00:17 +02:00
parent 6d6ccbae4c
commit 8c4753f7f5
1 changed files with 0 additions and 2 deletions

View File

@ -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);