u2takey / ffmpeg-go

golang binding for ffmpeg
Apache License 2.0
1.75k stars 172 forks source link

Only escape when the text is not empty #63

Closed bubbajoe closed 2 years ago

bubbajoe commented 2 years ago

fmt.Sprintf("%q", "") != ""

fmt.Sprintf("%q", "") == "\"\""