mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:49:15 +00:00
* Fix wrap nil error
In this case ReadVideoStreamMetadata return nil, nil because:
func Wrap(err error, message string) error {
if err == nil {
return nil
}
.....
}
* Update process_video_task.go