git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avcodec/hevc: Track long and short term RPS size for VDPAU
[ffmpeg.git]
/
libavcodec
/
hevc.h
diff --git
a/libavcodec/hevc.h
b/libavcodec/hevc.h
index
eecccb7
..
44c6c47
100644
(file)
--- a/
libavcodec/hevc.h
+++ b/
libavcodec/hevc.h
@@
-579,6
+579,7
@@
typedef struct SliceHeader {
int short_term_ref_pic_set_size;
ShortTermRPS slice_rps;
const ShortTermRPS *short_term_rps;
+ int long_term_ref_pic_set_size;
LongTermRPS long_term_rps;
unsigned int list_entry_lx[2][32];