summaryrefslogtreecommitdiffstats
path: root/media/formats/webm/webm_cluster_parser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'media/formats/webm/webm_cluster_parser.cc')
-rw-r--r--media/formats/webm/webm_cluster_parser.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/media/formats/webm/webm_cluster_parser.cc b/media/formats/webm/webm_cluster_parser.cc
index 5a3adc3..e206107 100644
--- a/media/formats/webm/webm_cluster_parser.cc
+++ b/media/formats/webm/webm_cluster_parser.cc
@@ -15,13 +15,6 @@
#include "media/formats/webm/webm_crypto_helpers.h"
#include "media/formats/webm/webm_webvtt_parser.h"
-// Arbitrarily-chosen numbers to estimate the duration of a buffer if none is
-// set and there is not enough information to get a better estimate.
-// TODO(wolenetz/acolwell): Parse audio codebook to determine missing audio
-// frame durations. See http://crbug.com/351166.
-static int kDefaultAudioBufferDurationInMs = 23; // Common 1k samples @44.1kHz
-static int kDefaultVideoBufferDurationInMs = 42; // Low 24fps to reduce stalls
-
namespace media {
WebMClusterParser::WebMClusterParser(