1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

examples/decode_video: remove a stray unrelated comment

This commit is contained in:
Anton Khirnov 2016-10-20 11:03:20 +02:00
parent 8191f960a6
commit 636515c324

View File

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