test: ffmpeg meta and export golden tests
This commit is contained in:
parent
feb4a1f3db
commit
bb48a1e717
4 changed files with 52 additions and 34 deletions
|
|
@ -27,10 +27,6 @@ var (
|
|||
onceLogging sync.Once
|
||||
)
|
||||
|
||||
func logLevel() AVLogLevel {
|
||||
return AVLogLevel(C.av_log_get_level())
|
||||
}
|
||||
|
||||
// SetFFmpegLogLevel allows you to change the log level from the default (AVLogInfo).
|
||||
func SetFFmpegLogLevel(logLevel AVLogLevel) {
|
||||
C.av_log_set_level(C.int(logLevel))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue