mirror of
https://github.com/asticode/go-astiav.git
synced 2025-10-16 13:10:40 +08:00
Added filter thread methods
This commit is contained in:
@@ -8,6 +8,7 @@ type ThreadType int
|
||||
|
||||
// https://github.com/FFmpeg/FFmpeg/blob/n5.0/libavcodec/avcodec.h#L1451
|
||||
const (
|
||||
ThreadTypeFrame = ThreadType(C.FF_THREAD_FRAME)
|
||||
ThreadTypeSlice = ThreadType(C.FF_THREAD_SLICE)
|
||||
ThreadTypeFrame = ThreadType(C.FF_THREAD_FRAME)
|
||||
ThreadTypeSlice = ThreadType(C.FF_THREAD_SLICE)
|
||||
ThreadTypeUndefined = ThreadType(0)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user