mirror of https://bitbucket.org/ausocean/av.git
a different helper message
This commit is contained in:
parent
624c561f1c
commit
6434d3c0f7
|
@ -217,6 +217,7 @@ func (r *revidInst) Start() {
|
||||||
r.h264Parser.InputByteChan <- h264Data[0]
|
r.h264Parser.InputByteChan <- h264Data[0]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
r.ErrOut("Out of reading routine")
|
||||||
}()
|
}()
|
||||||
case File:
|
case File:
|
||||||
stats, err := r.inputFile.Stat()
|
stats, err := r.inputFile.Stat()
|
||||||
|
|
Loading…
Reference in New Issue