mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-08 00:51:20 +08:00
2023-11-04 17:30:05 CST W44D6
This commit is contained in:
@@ -109,7 +109,7 @@ func SwrNextPts(s *SwrContext, pts int64) int64 {
|
||||
return (int64)(C.swr_next_pts((*C.struct_SwrContext)(s), (C.int64_t)(pts)))
|
||||
}
|
||||
|
||||
// SwrSetCompensation activates resampling compensation ("soft" compensation).
|
||||
// SwrSetCompensation activates resampling compensation ("soft" compensation).
|
||||
// This function is internally called when needed in SwrNextPts().
|
||||
func SwrSetCompensation(s *SwrContext, sampleDelta, compensationDistance int32) int32 {
|
||||
return (int32)(C.swr_set_compensation((*C.struct_SwrContext)(s),
|
||||
|
Reference in New Issue
Block a user