2023-11-04 17:30:05 CST W44D6

This commit is contained in:
aggresss
2023-11-04 17:30:05 +08:00
parent 35ead29659
commit d9fd8e43ad
9 changed files with 20 additions and 20 deletions

View File

@@ -690,7 +690,7 @@ const (
AVFILTER_CMD_FLAG_FAST = C.AVFILTER_CMD_FLAG_FAST
)
// AvFilterProcessCommand makes the filter instance process a command.
// AvFilterProcessCommand makes the filter instance process a command.
// It is recommended to use AVFilterGraphSendCommand().
func AvFilterProcessCommand(filter *AVFilterContext, cmd, arg string, resLen, flags int32) (res string, ret int32) {
cmdPtr, cmdFunc := StringCasting(cmd)