mirror of
https://github.com/u2takey/ffmpeg-go.git
synced 2025-10-05 16:06:52 +08:00
fix typo
This commit is contained in:
@@ -22,6 +22,6 @@ func TestExampleReadFrameAsJpeg(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestExampleShowProgess(t *testing.T) {
|
||||
ExampleShowProgess("./sample_data/in1.mp4", "./sample_data/out2.mp4")
|
||||
func TestExampleShowProgress(t *testing.T) {
|
||||
ExampleShowProgress("./sample_data/in1.mp4", "./sample_data/out2.mp4")
|
||||
}
|
||||
|
Reference in New Issue
Block a user