Files
ffmpeg-dev-go/avutil_eval.go
2023-10-30 20:46:52 +08:00

28 lines
443 B
Go

// Copyright (c) 2023 QRTC. All rights reserved.
// Use of this source code is governed by a MIT
// license that can be found in the LICENSE file.
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