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

Unified Diff: media/formats/mp4/aac.cc

Issue 2702803002: media-internals: Remove audio/video codec reporting from mp4 parser (Closed)
Patch Set: comments addressed Created 3 years, 10 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 | « no previous file | media/formats/mp4/aac_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/mp4/aac.cc
diff --git a/media/formats/mp4/aac.cc b/media/formats/mp4/aac.cc
index bbb24ada5728777f7019af88e9b4fd3c8680f552..cbabddb092fff9a0f9762168ad5bed2de5c3da3f 100644
--- a/media/formats/mp4/aac.cc
+++ b/media/formats/mp4/aac.cc
@@ -149,12 +149,6 @@ bool AAC::Parse(const std::vector<uint8_t>& data,
}
DCHECK(channel_layout_ != CHANNEL_LAYOUT_NONE);
- MEDIA_LOG(INFO, media_log)
- << "Audio codec: mp4a.40." << static_cast<int>(profile_)
- << ". Sampling frequency: " << frequency_ << "Hz"
- << ". Sampling frequency(Extension): " << extension_frequency_ << "Hz"
- << ". Channel layout: " << channel_layout_ << ".";
-
return true;
}
« no previous file with comments | « no previous file | media/formats/mp4/aac_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698