diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-17 15:25:52 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-17 15:25:52 +0300 |
| commit | 914bd7cd6aa14e839332a98d91c30b19865b0cf2 (patch) | |
| tree | 02b11537237a204048589e14ed24938b805e42f7 /internal/probe/testdata | |
| parent | 3b24f0e1be832584d6550e8cc3e5d24329f66f90 (diff) | |
Restructure repo: move Go server into player-server/
Diffstat (limited to 'internal/probe/testdata')
| -rw-r--r-- | internal/probe/testdata/golden.json | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/internal/probe/testdata/golden.json b/internal/probe/testdata/golden.json deleted file mode 100644 index 0c6a9c0..0000000 --- a/internal/probe/testdata/golden.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format": { - "duration": "123.456", - "bit_rate": "1000000" - }, - "streams": [ - { - "codec_name": "h264", - "codec_type": "video", - "width": 1920, - "height": 1080 - } - ] -} |
