Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "bear": { | |
| 3 "duration": 1.0, | |
| 4 "fps": 29.970, | |
|
Ami GONE FROM CHROMIUM
2012/01/25 17:58:48
s/0//
DaleCurtis
2012/01/25 23:59:25
Done.
| |
| 5 "resolution": "640x360", | |
| 6 | |
| 7 "files": [ | |
| 8 {"file": "bear.mp4", "codec": "h264"}, | |
| 9 {"file": "bear.ogv", "codec": "theora"}, | |
| 10 {"file": "bear.webm", "codec": "vp8"}, | |
| 11 | |
| 12 {"file": "bear_silent.mp4", "codec": "h264", "audio": false}, | |
| 13 {"file": "bear_silent.ogv", "codec": "theora", "audio": false}, | |
| 14 {"file": "bear_silent.webm", "codec": "vp8", "audio": false}, | |
| 15 | |
| 16 {"file": "bear_pcm.wav", "codec": "pcm", "video": false} | |
| 17 ] | |
| 18 } | |
| 19 } | |
| OLD | NEW |