Opened 2 years ago
Closed 2 years ago
#10693 closed defect (fixed)
Filters/libvmaf: `pool` parameter missing
| Reported by: | t-nil | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | documentation |
| Version: | git-master | Keywords: | libvmaf filters doc docs |
| Cc: | t-nil | Blocked By: | |
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
https://ffmpeg.org/ffmpeg-filters.html#libvmaf-1 has no pool parameter documented, but https://ffmpeg.org/doxygen/trunk/vf__libvmaf_8c.html#a9c1205b8a79bda0ef63cfb16bf09a1e2 shows it's there. (I can also generate differing VMAF scores if I vary the parameter, and get no error message about an unknown parameter.)
Change History (2)
comment:1 by , 2 years ago
comment:2 by , 2 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Looks like it was deleted by mistake. The same commit that removed the doc entry added a helper function for the option :)
Will restore it.