summaryrefslogtreecommitdiffstats
path: root/m_property.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_property.h')
-rw-r--r--m_property.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/m_property.h b/m_property.h
index 2d29507f68..f2ab0feb44 100644
--- a/m_property.h
+++ b/m_property.h
@@ -188,6 +188,9 @@ int m_property_double_ro(m_option_t* prop,int action,
/// get/print the string
int m_property_string_ro(m_option_t* prop,int action,void* arg, char* str);
+/// get/print a bitrate
+int m_property_bitrate(m_option_t* prop,int action,void* arg,int rate);
+
///@}
///@}