fix:更新视频帧尾部携带数据size
This commit is contained in:
@@ -14,8 +14,8 @@ extern "C" {
|
||||
|
||||
typedef struct video_pipeline_packet_metadata {
|
||||
uint64_t timestamp_ms;
|
||||
float latitude;
|
||||
float longitude;
|
||||
double latitude;
|
||||
double longitude;
|
||||
} video_pipeline_packet_metadata_t;
|
||||
|
||||
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
||||
|
||||
Reference in New Issue
Block a user