From c5362c72da7dcd82e061bbd2e9242a9cd3a86229 Mon Sep 17 00:00:00 2001 From: albeu Date: Tue, 29 May 2007 22:14:41 +0000 Subject: Make all the info available via the metadata API available via properties. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23412 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_property.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'm_property.h') 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); + ///@} ///@} -- cgit v1.2.3