[vlc-commits] input: remove INPUT_RATE_DEFAULT
Thomas Guillem
git at videolan.org
Fri Feb 15 16:38:13 CET 2019
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | 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
More information about the vlc-commits
mailing list