#3850 closed defect (fixed)
ffmpeg showinfo misleading documentation or bug
| Reported by: | Selur | Owned by: | |
|---|---|---|---|
| Priority: | minor | Component: | documentation |
| Version: | git-master | Keywords: | showinfo documentation |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | yes |
Description
https://www.ffmpeg.org/ffmpeg-all.html#showinfo states that "It accepts the following parameters: ..."
problem is it doesn't accept any parameters.
[Parsed_showinfo_1 @ 000000000055d3c0] This filter does not take any options,....
so either the documentation is off or 'showinfo' is broken, my guess is that the documentation is off.
Change History (3)
comment:1 by , 12 years ago
| Priority: | normal → minor |
|---|---|
| Version: | unspecified → git-master |
comment:2 by , 12 years ago
| Analyzed by developer: | set |
|---|---|
| Reproduced by developer: | set |
| Resolution: | → fixed |
| Status: | new → closed |
comment:3 by , 12 years ago
Note:
See TracTickets
for help on using tickets.



Should be fixed in:
commit a539f1cbbd8f32a5a3875a4d194c418077e3b6d8 Author: Stefano Sabatini <stefasab@gmail.com> Date: Wed Aug 13 17:57:05 2014 +0200 doc/filters: correct confusing statements about *showinfo shown values Fix trac issue #3850.Thanks for reporting.