| Index: source/libvpx/vp8/encoder/ratectrl.h
|
| diff --git a/source/libvpx/vp8/encoder/ratectrl.h b/source/libvpx/vp8/encoder/ratectrl.h
|
| index 829697f391f606042a419ffe6953a11b8af4a93f..703de9ff550baa25ab55b733ed81bc591784181e 100644
|
| --- a/source/libvpx/vp8/encoder/ratectrl.h
|
| +++ b/source/libvpx/vp8/encoder/ratectrl.h
|
| @@ -30,6 +30,8 @@ extern void vp8_compute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_
|
| /* return of 0 means drop frame */
|
| extern int vp8_pick_frame_size(VP8_COMP *cpi);
|
|
|
| +extern int vp8_drop_encodedframe_overshoot(VP8_COMP *cpi, int Q);
|
| +
|
| #ifdef __cplusplus
|
| } // extern "C"
|
| #endif
|
|
|