libav: disable logging
This commit is contained in:
parent
88e9bef29e
commit
ea1451cb97
3 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,8 @@ import (
|
|||
)
|
||||
|
||||
func ExtractVideoThumbnail(videoPath string, imagePath string) error {
|
||||
astiav.SetLogLevel(astiav.LogLevelQuiet)
|
||||
|
||||
formatCtx := astiav.AllocFormatContext()
|
||||
defer formatCtx.Free()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue