1
1
mirror of https://github.com/wader/fq.git synced 2024-10-27 20:27:26 +03:00

test: Update tests, go 1.19 uses \xff instead of \u00ff

This commit is contained in:
Mattias Wadman 2022-08-05 00:37:28 +02:00
parent 103991f79a
commit 545dac8c86
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ $ fq dv in24.mp4
0x240|00 00 00 00 |.... | modification_time: 0 (1904-01-04T00:00:00Z) 0x240-0x243.7 (4)
0x240| 00 00 ac 44 | ...D | time_scale: 44100 0x244-0x247.7 (4)
0x240| 00 00 00 2c | ..., | duration: 44 0x248-0x24b.7 (4)
0x240| 7f ff | .. | language: "\u007f\u007f\u007f" 0x24c-0x24d.7 (2)
0x240| 7f ff | .. | language: "\x7f\x7f\x7f" 0x24c-0x24d.7 (2)
0x240| 00 00| ..| quality: 0 0x24e-0x24f.7 (2)
| | | [1]{}: box 0x250-0x27c.7 (45)
0x250|00 00 00 2d |...- | size: 45 0x250-0x253.7 (4)

View File

@ -112,7 +112,7 @@ $ fq dv lpcm.mp4
0x370| 00 00 00 00 | .... | modification_time: 0 (1904-01-04T00:00:00Z) 0x378-0x37b.7 (4)
0x370| 00 01 77 00| ..w.| time_scale: 96000 0x37c-0x37f.7 (4)
0x380|00 00 00 60 |...` | duration: 96 0x380-0x383.7 (4)
0x380| 7f ff | .. | language: "\u007f\u007f\u007f" 0x384-0x385.7 (2)
0x380| 7f ff | .. | language: "\x7f\x7f\x7f" 0x384-0x385.7 (2)
0x380| 00 00 | .. | quality: 0 0x386-0x387.7 (2)
| | | [1]{}: box 0x388-0x3b4.7 (45)
0x380| 00 00 00 2d | ...- | size: 45 0x388-0x38b.7 (4)