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

Side by Side Diff: media/test/data/bear-640x360-manifest.js

Issue 10696182: Add config change handling to SourceBufferStream & ChunkDemuxer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added copyright headers to manifest files Created 8 years, 4 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
« no previous file with comments | « media/test/data/bear-320x240-manifest.js ('k') | media/webm/webm_info_parser.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 {
5 duration: 2.740000,
6 type: 'video/webm; codecs="vp8, vorbis"',
7 init: { offset: 0, size: 4459},
8 media: [
9 { offset: 4459, size: 50714, timecode: 0.000000 },
10 { offset: 55173, size: 19021, timecode: 0.477000 },
11 { offset: 74194, size: 19810, timecode: 0.988000 },
12 { offset: 94004, size: 21706, timecode: 1.496000 },
13 { offset: 115710, size: 20249, timecode: 1.990000 },
14 { offset: 135959, size: 9946, timecode: 2.489000 },
15 ]
16 }
OLDNEW
« no previous file with comments | « media/test/data/bear-320x240-manifest.js ('k') | media/webm/webm_info_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698