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

Unified Diff: media/video/h264_poc.h

Issue 1967893002: H264POC: Allow gaps in frame_num. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Handle redundant slices. 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 | « media/gpu/vt_video_decode_accelerator_mac.cc ('k') | 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 a2319cacd005b2cc6f775a1124973304a2161f31..796e0fe0fcb67f46a13b63644a0e037f44550464 100644
--- a/media/video/h264_poc.h
+++ b/media/video/h264_poc.h
@@ -35,6 +35,7 @@ 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 | « media/gpu/vt_video_decode_accelerator_mac.cc ('k') | media/video/h264_poc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698