diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-29 19:43:05 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-29 19:43:05 +0300 |
| commit | cf30414c2a0696cc75c615f4da66ea85d0522c42 (patch) | |
| tree | 1d0838fdbafbf6fff7e2dd4173f323b6c2968bb9 /internal/probe/testdata | |
| parent | 916d92b94a1ef0f7482914e210d421cf5e3f02cd (diff) | |
feat: implement filesystem scanner
Diffstat (limited to 'internal/probe/testdata')
| -rw-r--r-- | internal/probe/testdata/golden.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/internal/probe/testdata/golden.json b/internal/probe/testdata/golden.json new file mode 100644 index 0000000..0c6a9c0 --- /dev/null +++ b/internal/probe/testdata/golden.json @@ -0,0 +1,14 @@ +{ + "format": { + "duration": "123.456", + "bit_rate": "1000000" + }, + "streams": [ + { + "codec_name": "h264", + "codec_type": "video", + "width": 1920, + "height": 1080 + } + ] +} |
