Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / audio_coding / neteq4 / timestamp_scaler.cc
index fb47616..b2b5b40 100644 (file)
@@ -55,8 +55,7 @@ uint32_t TimestampScaler::ToInternal(uint32_t external_timestamp,
       // Use timestamp scaling with factor 2/3 (32 kHz sample rate, but RTP
       // timestamps run on 48 kHz).
       // TODO(tlegrand): Remove scaling for kDecoderCNGswb48kHz once ACM has
-      // full 48 kHz support. Change also ought to be made in
-      // PayloadSplitter::SplitFec().
+      // full 48 kHz support.
       numerator_ = 2;
       denominator_ = 3;
     }