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

Unified Diff: media/video/h264_poc.h

Issue 2011353003: H264POC: Re-compute PicOrderCnt for duplicate frame_nums. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 4 years, 7 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/video/h264_poc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/h264_poc.h
diff --git a/media/video/h264_poc.h b/media/video/h264_poc.h
index 796e0fe0fcb67f46a13b63644a0e037f44550464..a2319cacd005b2cc6f775a1124973304a2161f31 100644
--- a/media/video/h264_poc.h
+++ b/media/video/h264_poc.h
@@ -35,7 +35,6 @@ class MEDIA_EXPORT H264POC {
int32_t ref_pic_order_cnt_lsb_;
int32_t prev_frame_num_;
int32_t prev_frame_num_offset_;
- int32_t prev_poc_;
DISALLOW_COPY_AND_ASSIGN(H264POC);
};
« no previous file with comments | « no previous file | media/video/h264_poc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698