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

Unified Diff: content/common/gpu/media/h264_dpb.h

Issue 10874023: VAVDA: Add support for POC type 1 and 2 (Closed) Base URL: https://git.chromium.org/git/chromium/src@git-svn
Patch Set: Created 8 years, 4 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 | content/common/gpu/media/h264_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/h264_dpb.h
diff --git a/content/common/gpu/media/h264_dpb.h b/content/common/gpu/media/h264_dpb.h
index aad8ede5157af3dca7d066a16d807ee8dc6fb8f3..d1ef3be6b6b6ad0880dd6e7e3b5c69cf671cd3c1 100644
--- a/content/common/gpu/media/h264_dpb.h
+++ b/content/common/gpu/media/h264_dpb.h
@@ -37,6 +37,7 @@ struct H264Picture {
int pic_num;
int long_term_pic_num;
int frame_num; // from slice header
+ int frame_num_offset;
int frame_num_wrap;
int long_term_frame_idx;
« no previous file with comments | « no previous file | content/common/gpu/media/h264_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698