summaryrefslogtreecommitdiffstats
path: root/video/decode/lavc.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/lavc.h')
-rw-r--r--video/decode/lavc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/video/decode/lavc.h b/video/decode/lavc.h
index 993c3ec437..4f590fa52a 100644
--- a/video/decode/lavc.h
+++ b/video/decode/lavc.h
@@ -25,9 +25,13 @@ typedef struct lavc_ctx {
bool hwdec_failed;
bool hwdec_notified;
+ int framedrop_flags;
+
// For HDR side-data caching
double cached_hdr_peak;
+ struct demux_packet *prev_packet;
+
struct mp_image **delay_queue;
int num_delay_queue;
int max_delay_queue;