Opened 13 years ago
Closed 12 years ago
#2868 closed enhancement (fixed)
Implement "process_command" on Volume filter
| Reported by: | MB | Owned by: | |
|---|---|---|---|
| Priority: | wish | Component: | avfilter |
| Version: | git-master | Keywords: | filter volume process_command |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | yes |
Description
It would be useful to implement "process_command" on "volume" filter to allow volume adjustment at runtime.
Change History (2)
comment:1 by , 13 years ago
| Priority: | normal → wish |
|---|---|
| Status: | new → open |
comment:2 by , 12 years ago
| Analyzed by developer: | set |
|---|---|
| Reproduced by developer: | set |
| Resolution: | → fixed |
| Status: | open → closed |
Note:
See TracTickets
for help on using tickets.



Done in:
commit 97aa554634044b84a498f41ac9bd88b688731c3b Author: Stefano Sabatini <stefasab@gmail.com> Date: Mon Dec 23 18:24:57 2013 +0100 lavfi/volume: implement process_command() callback, with the volume command Address trac ticket #2868.