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