mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-05 15:47:33 +08:00
2023-10-17 15:38:39 CST W42D2
This commit is contained in:
@@ -141,7 +141,7 @@ func main() {
|
||||
}
|
||||
|
||||
frame.SetNbSamples(avctx.GetFrameSize())
|
||||
frame.SetFormat(int32(avctx.GetSampleFmt()))
|
||||
frame.SetFormat(avctx.GetSampleFmt())
|
||||
frame.SetChannelLayout(avctx.GetChannelLayout())
|
||||
|
||||
// allocate the data buffers
|
||||
|
Reference in New Issue
Block a user