fix:更新视频帧尾部携带数据size

This commit is contained in:
nnbcccscdscdsc
2026-04-11 16:41:31 +08:00
parent 7ca136870d
commit 980d3b45e1

View File

@@ -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