mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-04 23:33:15 +08:00
2023-11-18 13:50:46 CST W46D6
This commit is contained in:
@@ -210,7 +210,7 @@ func main() {
|
||||
}
|
||||
|
||||
// open the file to dump raw data
|
||||
outputFile, _ = os.OpenFile(os.Args[3], os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0755)
|
||||
outputFile, _ = os.OpenFile(os.Args[3], os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0644)
|
||||
|
||||
// actual decoding and dump the raw data
|
||||
for ret >= 0 {
|
||||
|
Reference in New Issue
Block a user