From b8b146b347d256457da0b4fe3bff4ddff6b3c6d0 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Sun, 15 May 2011 13:56:35 -0700 Subject: [PATCH] Fix dox error. --- src/framework/mlt_producer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/framework/mlt_producer.c b/src/framework/mlt_producer.c index 72e291a2..a0949352 100644 --- a/src/framework/mlt_producer.c +++ b/src/framework/mlt_producer.c @@ -354,7 +354,7 @@ mlt_position mlt_producer_frame( mlt_producer self ) * \public \memberof mlt_producer_s * \param self a producer * \param speed the new speed as a relative factor (1.0 = normal) - * \return + * \return true if error */ int mlt_producer_set_speed( mlt_producer self, double speed ) -- 2.39.2