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

Unified Diff: media/gpu/h264_dpb.cc

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_dpb.h ('k') | media/gpu/ipc/common/create_video_encoder_params.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/h264_dpb.cc
diff --git a/media/gpu/h264_dpb.cc b/media/gpu/h264_dpb.cc
index ea1c4db8ae3dcf6a7712575558b1a8ad19240c3d..150bd31f6f110f30b177561bb1ac6173816bf7b7 100644
--- a/media/gpu/h264_dpb.cc
+++ b/media/gpu/h264_dpb.cc
@@ -28,7 +28,7 @@ H264Picture::H264Picture()
frame_num_offset(0),
frame_num_wrap(0),
long_term_frame_idx(0),
- type(media::H264SliceHeader::kPSlice),
+ type(H264SliceHeader::kPSlice),
nal_ref_idc(0),
idr(false),
idr_pic_id(0),
« no previous file with comments | « media/gpu/h264_dpb.h ('k') | media/gpu/ipc/common/create_video_encoder_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698