mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-06 08:07:05 +08:00
2023-11-04 17:30:05 CST W44D6
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user