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

Unified Diff: media/gpu/h264_dpb.h

Issue 2061823003: media: Drop "media::" in media/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: work around clang format by adding an empty line Created 4 years, 6 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/gpu/h264_decoder.cc ('k') | media/gpu/h264_dpb.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/h264_dpb.h
diff --git a/media/gpu/h264_dpb.h b/media/gpu/h264_dpb.h
index 7e473de0de0e457c6afc98c02513ea600c5cc496..aef39a1bc5d517dcb86209b290671a856571ca0c 100644
--- a/media/gpu/h264_dpb.h
+++ b/media/gpu/h264_dpb.h
@@ -58,7 +58,7 @@ class H264Picture : public base::RefCounted<H264Picture> {
int frame_num_wrap;
int long_term_frame_idx;
- media::H264SliceHeader::Type type;
+ H264SliceHeader::Type type;
int nal_ref_idc;
bool idr; // IDR picture?
int idr_pic_id; // Valid only if idr == true.
@@ -79,8 +79,7 @@ class H264Picture : public base::RefCounted<H264Picture> {
// memory management after finishing this picture.
bool long_term_reference_flag;
bool adaptive_ref_pic_marking_mode_flag;
- media::H264DecRefPicMarking
- ref_pic_marking[media::H264SliceHeader::kRefListSize];
+ H264DecRefPicMarking ref_pic_marking[H264SliceHeader::kRefListSize];
// Position in DPB (i.e. index in DPB).
int dpb_position;
« no previous file with comments | « media/gpu/h264_decoder.cc ('k') | media/gpu/h264_dpb.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698