X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_properties.c;fp=src%2Fframework%2Fmlt_properties.c;h=cfb0053e66060beb04a3624994550db7bc20c9ce;hb=14cd5766946da2f7ffd1e3dcc88555b24f6d20a1;hp=6057b68fbc066226d078c3a80b5198736487b4f2;hpb=e8abf273aa1827e11ffc14d749f81019686551b1;p=melted diff --git a/src/framework/mlt_properties.c b/src/framework/mlt_properties.c index 6057b68..cfb0053 100644 --- a/src/framework/mlt_properties.c +++ b/src/framework/mlt_properties.c @@ -1,8 +1,9 @@ /** * \file mlt_properties.c * \brief Properties class definition + * \see mlt_properties_s * - * Copyright (C) 2003-2008 Ushodaya Enterprises Limited + * Copyright (C) 2003-2009 Ushodaya Enterprises Limited * \author Charles Yates * \author Dan Dennedy * @@ -1534,7 +1535,7 @@ mlt_properties mlt_properties_parse_yaml( const char *filename ) /** How many bytes to grow at a time */ #define STRBUF_GROWTH (1024) -/** \brief Self-growing buffer for building strings +/** \brief Private to mlt_properties_s, a self-growing buffer for building strings * \private */