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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/data/bear-640x360-manifest.js
diff --git a/media/test/data/bear-640x360-manifest.js b/media/test/data/bear-640x360-manifest.js
new file mode 100644
index 0000000000000000000000000000000000000000..9f34488c71979f051a4c52aa85d52c7ffb9b589f
--- /dev/null
+++ b/media/test/data/bear-640x360-manifest.js
@@ -0,0 +1,16 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+{
+ duration: 2.740000,
+ type: 'video/webm; codecs="vp8, vorbis"',
+ init: { offset: 0, size: 4459},
+ media: [
+ { offset: 4459, size: 50714, timecode: 0.000000 },
+ { offset: 55173, size: 19021, timecode: 0.477000 },
+ { offset: 74194, size: 19810, timecode: 0.988000 },
+ { offset: 94004, size: 21706, timecode: 1.496000 },
+ { offset: 115710, size: 20249, timecode: 1.990000 },
+ { offset: 135959, size: 9946, timecode: 2.489000 },
+ ]
+}
« 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