From 3e21d703ce0afc3f51ff64280896fb98d6afeae8 Mon Sep 17 00:00:00 2001 From: Jim Bankoski Date: Fri, 14 Oct 2016 06:28:14 -0700 Subject: Drop empty frames. Change-Id: I2d45a6eb3aaca97eb61e8e7ef9e5114221091244 --- vp8/encoder/onyx_int.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vp8/encoder/onyx_int.h') diff --git a/vp8/encoder/onyx_int.h b/vp8/encoder/onyx_int.h index 0170ff8af..bfcc6457c 100644 --- a/vp8/encoder/onyx_int.h +++ b/vp8/encoder/onyx_int.h @@ -413,6 +413,9 @@ typedef struct VP8_COMP { int drop_frames_allowed; /* Are we permitted to drop frames? */ int drop_frame; /* Drop this frame? */ +#if defined(DROP_UNCODED_FRAMES) + int drop_frame_count; +#endif vp8_prob frame_coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] [ENTROPY_NODES]; -- cgit v1.2.3