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

Unified Diff: trunk/src/media/formats/mpeg/mp3_stream_parser_unittest.cc

Issue 242203006: Revert 264763 "Wire up codec_delay() to MP3StreamParser and FFmp..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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
Index: trunk/src/media/formats/mpeg/mp3_stream_parser_unittest.cc
===================================================================
--- trunk/src/media/formats/mpeg/mp3_stream_parser_unittest.cc (revision 264802)
+++ trunk/src/media/formats/mpeg/mp3_stream_parser_unittest.cc (working copy)
@@ -40,7 +40,6 @@
"{ 0K }"
"EndOfSegment";
EXPECT_EQ(expected, ParseFile("sfx.mp3", 17));
- EXPECT_GT(last_audio_config().codec_delay(), 0);
}
// Test parsing with a larger piece size to verify that multiple buffers
@@ -56,7 +55,6 @@
"{ 0K }"
"EndOfSegment";
EXPECT_EQ(expected, ParseFile("sfx.mp3", 512));
- EXPECT_GT(last_audio_config().codec_delay(), 0);
}
TEST_F(MP3StreamParserTest, MetadataParsing) {
« no previous file with comments | « trunk/src/media/formats/mpeg/mp3_stream_parser.cc ('k') | trunk/src/media/formats/mpeg/mpeg_audio_stream_parser_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698