Compare commits
No commits in common. "b8efa644e38aebc4c4d65794c1a1c5dd080937ba" and "c18628a4ca3dfd9ecd99d5f9ad1afa624091c2b1" have entirely different histories.
b8efa644e3
...
c18628a4ca
@ -1863,7 +1863,6 @@ export type GetVideoQuery = {
|
||||
} | null;
|
||||
homographyHistory: Array<{
|
||||
__typename?: "HomographyInfoGQL";
|
||||
frameIndex: number;
|
||||
crop: {
|
||||
__typename?: "BoundingBoxGQL";
|
||||
left: number;
|
||||
@ -3399,7 +3398,6 @@ export const GetVideoDocument = gql`
|
||||
segmentDurations
|
||||
}
|
||||
homographyHistory {
|
||||
frameIndex
|
||||
crop {
|
||||
left
|
||||
top
|
||||
|
@ -139,7 +139,6 @@ query GetVideo($videoId: Int!) {
|
||||
segmentDurations
|
||||
}
|
||||
homographyHistory {
|
||||
frameIndex
|
||||
crop {
|
||||
left
|
||||
top
|
||||
|
Loading…
Reference in New Issue
Block a user