Browse Source

Merge "video: driver: ts_reorder for negative timestamps"

qctecmdr 3 years ago
parent
commit
595ccbcc31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver/vidc/inc/msm_vidc_internal.h

+ 1 - 1
driver/vidc/inc/msm_vidc_internal.h

@@ -879,7 +879,7 @@ struct msm_vidc_buffers {
 
 struct msm_vidc_sort {
 	struct list_head       list;
-	u64                    val;
+	s64                    val;
 };
 
 struct msm_vidc_timestamp {