mirror of
https://github.com/horgh/videostreamer.git
synced 2025-09-26 20:41:31 +08:00
Remove redundant log message
This commit is contained in:
@@ -281,7 +281,6 @@ func openInput(inputFormat, inputURL string, verbose bool) *Input {
|
||||
|
||||
input := C.vs_open_input(inputFormatC, inputURLC, C.bool(verbose))
|
||||
if input == nil {
|
||||
log.Printf("Unable to open input")
|
||||
C.free(unsafe.Pointer(inputFormatC))
|
||||
C.free(unsafe.Pointer(inputURLC))
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user