mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-05 15:47:33 +08:00
2023-10-24 21:24:55 CST W43D2
This commit is contained in:
23
avutil_eval.go
Normal file
23
avutil_eval.go
Normal file
@@ -0,0 +1,23 @@
|
||||
package ffmpeg
|
||||
|
||||
/*
|
||||
#include <libavutil/eval.h>
|
||||
*/
|
||||
import "C"
|
||||
|
||||
// AVExpr
|
||||
type AVExpr C.struct_AVExpr
|
||||
|
||||
// NONEED: av_expr_parse_and_eval
|
||||
|
||||
// NONEED: av_expr_parse
|
||||
|
||||
// NONEED: av_expr_eval
|
||||
|
||||
// NONEED: av_expr_count_vars
|
||||
|
||||
// NONEED: av_expr_count_func
|
||||
|
||||
// NONEED: av_expr_free
|
||||
|
||||
// NONEED: av_strtod
|
Reference in New Issue
Block a user