Compare commits

..

No commits in common. "b8efa644e38aebc4c4d65794c1a1c5dd080937ba" and "c18628a4ca3dfd9ecd99d5f9ad1afa624091c2b1" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

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

View File

@ -139,7 +139,6 @@ query GetVideo($videoId: Int!) {
segmentDurations
}
homographyHistory {
frameIndex
crop {
left
top