偶发的错误帧不终止处理,直接跳过
This commit is contained in:
@@ -78,7 +78,7 @@ func (p *Extractor) ExtractOriginalImageData(aosDataFile string) ([]string, erro
|
|||||||
snRange[fileno] = append(snRange[fileno], tf.SNo)
|
snRange[fileno] = append(snRange[fileno], tf.SNo)
|
||||||
if tf.SecretFlag == 0xAA {
|
if tf.SecretFlag == 0xAA {
|
||||||
log.Info("secret frame is not supported")
|
log.Info("secret frame is not supported")
|
||||||
break
|
// break
|
||||||
}
|
}
|
||||||
|
|
||||||
// 只保留非空帧
|
// 只保留非空帧
|
||||||
|
|||||||
Reference in New Issue
Block a user