Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Side by Side Diff: chrome/test/data/media/csv/media.json

Issue 9290008: Introduce new basic playback test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Documentation. Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698