laptoy 6 months ago
parent a36f1c443a
commit 4083b4a6f7

@ -2230,7 +2230,7 @@ QGCVideoStreamInfo::update(const mavlink_video_stream_status_t* vs)
} }
if(_streamInfo.flags != vs->flags) { if(_streamInfo.flags != vs->flags) {
changed = true; changed = true;
_streamInfo.flags = vs->flags; _streamInfo.flags = vs->flags;//
} }
if(_streamInfo.bitrate != vs->bitrate) { if(_streamInfo.bitrate != vs->bitrate) {
changed = true; changed = true;
Loading…
Cancel
Save