vlc | branch: master | Thomas Guillem <[email protected]> | Fri Feb 15 16:11:58 2019 +0100| [977e2d13a85a03355bce7f45e871da2f5c765ead] | committer: Thomas Guillem
input: remove INPUT_RATE_DEFAULT > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=977e2d13a85a03355bce7f45e871da2f5c765ead --- include/vlc_input.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/vlc_input.h b/include/vlc_input.h index 17765de836..9aa0bb4f0f 100644 --- a/include/vlc_input.h +++ b/include/vlc_input.h @@ -302,10 +302,6 @@ typedef enum input_state_e */ /** - * Default rate value - */ -#define INPUT_RATE_DEFAULT 1000 -/** * Minimal rate value */ #define INPUT_RATE_MIN 0.03125f _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
