Skip to content

Commit 8d4c8fd

Browse files
committed
Various fixes
1 parent 67fb758 commit 8d4c8fd

File tree

14 files changed

+129
-35
lines changed

14 files changed

+129
-35
lines changed

.vs/CMake Overview

Whitespace-only changes.

.vs/ProjectSettings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"CurrentProjectSetting": "x64-Debug"
3+
}

.vs/VSWorkspaceState.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"OutputFoldersPerTargetSystem": {
3+
"Local Machine": [
4+
"out\\build\\x64-Debug",
5+
"out\\install\\x64-Debug"
6+
]
7+
},
8+
"ExpandedNodes": [
9+
"",
10+
"\\src"
11+
],
12+
"SelectedNode": "\\src\\h264decoder_python.cpp",
13+
"PreviewInSolutionExplorer": false
14+
}
2.44 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.

.vs/h264decoder/v17/.wsuo

21.5 KB
Binary file not shown.

.vs/h264decoder/v17/Browse.VC.db

21.6 MB
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"Version": 1,
3+
"WorkspaceRootPath": "C:\\Users\\Immanuel\\source\\repos\\h264decoder\\",
4+
"Documents": [],
5+
"DocumentGroupContainers": [
6+
{
7+
"Orientation": 0,
8+
"VerticalTabListWidth": 256,
9+
"DocumentGroups": []
10+
}
11+
]
12+
}
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"Version": 1,
3+
"WorkspaceRootPath": "C:\\Users\\Immanuel\\source\\repos\\h264decoder\\",
4+
"Documents": [
5+
{
6+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\Immanuel\\source\\repos\\h264decoder\\src\\h264decoder_python.cpp||{D0E1A5C6-B359-4E41-9B60-3365922C2A22}",
7+
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\h264decoder_python.cpp||{D0E1A5C6-B359-4E41-9B60-3365922C2A22}"
8+
},
9+
{
10+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\Immanuel\\source\\repos\\h264decoder\\setup.py||{3B902123-F8A7-4915-9F01-361F908088D0}",
11+
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:setup.py||{3B902123-F8A7-4915-9F01-361F908088D0}"
12+
},
13+
{
14+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|CMake Overview Pages||{B1CAA5B0-FEB1-4350-8AB9-F895876842F2}"
15+
}
16+
],
17+
"DocumentGroupContainers": [
18+
{
19+
"Orientation": 0,
20+
"VerticalTabListWidth": 256,
21+
"DocumentGroups": [
22+
{
23+
"DockedWidth": 200,
24+
"SelectedChildIndex": 0,
25+
"Children": [
26+
{
27+
"$type": "Document",
28+
"DocumentIndex": 0,
29+
"Title": "h264decoder_python.cpp",
30+
"DocumentMoniker": "C:\\Users\\Immanuel\\source\\repos\\h264decoder\\src\\h264decoder_python.cpp",
31+
"RelativeDocumentMoniker": "src\\h264decoder_python.cpp",
32+
"ToolTip": "C:\\Users\\Immanuel\\source\\repos\\h264decoder\\src\\h264decoder_python.cpp",
33+
"RelativeToolTip": "src\\h264decoder_python.cpp",
34+
"ViewState": "AgIAAEQAAAAAAAAAAAAcwFYAAAAAAAAAAAAAAA==",
35+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000677|",
36+
"WhenOpened": "2025-10-23T03:11:52.216Z",
37+
"EditorCaption": ""
38+
},
39+
{
40+
"$type": "Document",
41+
"DocumentIndex": 1,
42+
"Title": "setup.py",
43+
"DocumentMoniker": "C:\\Users\\Immanuel\\source\\repos\\h264decoder\\setup.py",
44+
"RelativeDocumentMoniker": "setup.py",
45+
"ToolTip": "C:\\Users\\Immanuel\\source\\repos\\h264decoder\\setup.py",
46+
"RelativeToolTip": "setup.py",
47+
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
48+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.002457|",
49+
"WhenOpened": "2025-10-23T03:07:48.655Z",
50+
"EditorCaption": ""
51+
},
52+
{
53+
"$type": "Document",
54+
"DocumentIndex": 2,
55+
"Title": "CMake Overview Pages",
56+
"DocumentMoniker": "CMake Overview Pages",
57+
"ToolTip": "CMake Overview Pages",
58+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001001|",
59+
"WhenOpened": "2025-10-23T03:07:13.767Z",
60+
"EditorCaption": ""
61+
}
62+
]
63+
}
64+
]
65+
}
66+
]
67+
}

0 commit comments

Comments
 (0)