diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-10-20 11:03:20 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-11-02 10:20:41 +0100 |
commit | 636515c324facaa14ccd8ab0732740a240a31ba9 (patch) | |
tree | bc182369090eebddc539ea14c2c7bd9048bbf36a /doc | |
parent | 8191f960a669819db4de33a2439ded1630b8a73e (diff) | |
download | ffmpeg-636515c324facaa14ccd8ab0732740a240a31ba9.tar.gz |
examples/decode_video: remove a stray unrelated comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/decode_video.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/decode_video.c b/doc/examples/decode_video.c index 4036dbe360..43819ecc6c 100644 --- a/doc/examples/decode_video.c +++ b/doc/examples/decode_video.c @@ -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); |