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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/decode/lavc.h b/video/decode/lavc.h
index f58ee8bc1e..e567a49b4e 100644
--- a/video/decode/lavc.h
+++ b/video/decode/lavc.h
@@ -39,7 +39,7 @@ typedef struct lavc_ctx {
int framedrop_flags;
// For HDR side-data caching
- double cached_hdr_peak;
+ float cached_sig_peak;
bool hw_probing;
struct demux_packet **sent_packets;