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

Unified Diff: media/formats/mp4/hevc.h

Issue 2815303006: Convert MediaLog from being ref counted to owned by WebMediaPlayer. (Closed)
Patch Set: Rebase. Created 3 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
« no previous file with comments | « media/formats/mp4/dolby_vision_unittest.cc ('k') | media/formats/mp4/hevc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/mp4/hevc.h
diff --git a/media/formats/mp4/hevc.h b/media/formats/mp4/hevc.h
index c653e81a4af3eec5f9739a0c88f4e18243676931..afa184d687092b0a7451d3089738879ed8d48d9a 100644
--- a/media/formats/mp4/hevc.h
+++ b/media/formats/mp4/hevc.h
@@ -64,8 +64,7 @@ struct MEDIA_EXPORT HEVCDecoderConfigurationRecord : Box {
VideoCodecProfile GetVideoProfile() const;
private:
- bool ParseInternal(BufferReader* reader,
- const scoped_refptr<MediaLog>& media_log);
+ bool ParseInternal(BufferReader* reader, MediaLog* media_log);
};
class MEDIA_EXPORT HEVC {
« no previous file with comments | « media/formats/mp4/dolby_vision_unittest.cc ('k') | media/formats/mp4/hevc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698