summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/media/h264_dpb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/gpu/media/h264_dpb.cc')
-rw-r--r--content/common/gpu/media/h264_dpb.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/common/gpu/media/h264_dpb.cc b/content/common/gpu/media/h264_dpb.cc
index 56ef173b..2de3f97 100644
--- a/content/common/gpu/media/h264_dpb.cc
+++ b/content/common/gpu/media/h264_dpb.cc
@@ -14,7 +14,7 @@ H264DPB::H264DPB() {}
H264DPB::~H264DPB() {}
void H264DPB::Clear() {
- pics_.reset();
+ pics_.clear();
}
void H264DPB::RemoveByPOC(int poc) {
@@ -115,4 +115,3 @@ void H264DPB::GetLongTermRefPicsAppending(H264Picture::PtrVector& out) {
}
} // namespace content
-