#7569 closed enhancement (fixed)
SCALE_CUDA filter doesn't accept messages
Reported by: | Mark Sanders | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avfilter |
Version: | git-master | Keywords: | cuda |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Current implementation of the "vf_scale_cuda" filter doesn't accept commands.
But the software filter "vf_scale" accepts commands.
So, Will be interesting to add support for it.
Change History (5)
comment:1 by , 6 years ago
follow-up: 3 comment:2 by , 6 years ago
Please do not open new tickets for patch you send to mailing list.
comment:3 by , 6 years ago
Replying to richardpl:
Please do not open new tickets for patch you send to mailing list.
OK. Sorry!
I close it then.
comment:4 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 6 years ago
Keywords: | scale resize removed |
---|
Note:
See TracTickets
for help on using tickets.
Hi,
I implemented it!
See the patch: https://patchwork.ffmpeg.org/patch/11175/
M.Sanders.